1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +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 - 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}