Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Nov 1, 2024
1 parent b23740f commit 44c33de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ services:
YII_MSSQL_PORT: 1433
YII_MSSQL_USER: SA
YII_MSSQL_PASSWORD: YourStrong!Passw0rd

YII_ORACLE_DATABASE:
YII_ORACLE_HOST: oracle
YII_ORACLE_PORT:
YII_ORACLE_USER: system
YII_ORACLE_PASSWORD: root
mysql:
image: mysql:9
ports:
Expand Down

0 comments on commit 44c33de

Please sign in to comment.