This commit is contained in:
grillazz 2021-05-05 20:22:18 +02:00
parent dc906a15c3
commit ae5b416ad4

View File

@ -18,7 +18,7 @@ jobs:
env: env:
POSTGRES_USER: user POSTGRES_USER: user
POSTGRES_PASSWORD: secret POSTGRES_PASSWORD: secret
POSTGRES_DB: devdb POSTGRES_DB: testdb
ports: ports:
- 5432:5432 - 5432:5432
# needed because the postgres container does not provide a health check # needed because the postgres container does not provide a health check