woops, forgot to include the port

This commit is contained in:
2023-09-04 22:06:28 +10:00
parent 3c97b96cf1
commit e8483d2d6b

View File

@@ -33,6 +33,7 @@ postgres-service:
POSTGRES_PASSWORD: password
POSTGRES_DB: newsletter
POSTGRES_HOST: postgres
POSTGRES_PORT: 5432
script:
- SKIP_DOCKER=true ./scripts/init_db.sh # Migrate DB