woops, forgot to include the port
This commit is contained in:
parent
3c97b96cf1
commit
e8483d2d6b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user