1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-03 16:44:06 +02:00

specify port

This commit is contained in:
Robin Appelman 2019-01-23 19:40:32 +01:00
commit fc74f4a462

View file

@ -30,6 +30,7 @@ services:
- DEMO_HOST=static.$HOST
- DB_TYPE=pgsql
- DB_HOST=db
- DB_PORT=5432
- DB_DATABASE=postgres
- DB_USERNAME=postgres
- DB_PASSWORD=${DB_PASSWORD}