add GANCIO_DB_PORT env

This commit is contained in:
lesion
2022-05-20 13:54:14 +02:00
parent 962a8a6c26
commit 920204ae40
3 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ services:
- NODE_ENV=production
- GANCIO_DB_DIALECT=postgres
- GANCIO_DB_HOST=db
- GANCIO_DB_PORT=5432
- GANCIO_DB_DATABASE=gancio
- GANCIO_DB_USERNAME=gancio
- GANCIO_DB_PASSWORD=gancio