mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
specify port
This commit is contained in:
parent
9b85f3acfe
commit
fc74f4a462
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ services:
|
||||||
- DEMO_HOST=static.$HOST
|
- DEMO_HOST=static.$HOST
|
||||||
- DB_TYPE=pgsql
|
- DB_TYPE=pgsql
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
|
- DB_PORT=5432
|
||||||
- DB_DATABASE=postgres
|
- DB_DATABASE=postgres
|
||||||
- DB_USERNAME=postgres
|
- DB_USERNAME=postgres
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue