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 3c5ca51 commit b23740f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ services:
YII_MYSQL_PORT: 3306
YII_MYSQL_USER: root
YII_MYSQL_PASSWORD: root

YII_PGSQL_DATABASE: yii
YII_PGSQL_HOST: postgres
YII_PGSQL_PORT: 5432
YII_PGSQL_USER: postgres
YII_PGSQL_PASSWORD: postgres

YII_MSSQL_DATABASE: tempdb
YII_MSSQL_HOST: mssql
YII_MSSQL_PORT: 1433
YII_MSSQL_USER: SA
YII_MSSQL_PASSWORD: YourStrong!Passw0rd
mysql:
image: mysql:9
ports:
Expand Down

0 comments on commit b23740f

Please sign in to comment.