update ci

This commit is contained in:
grillazz 2021-04-27 16:11:46 +02:00
parent 14075ce182
commit 4de2853201

View File

@ -17,6 +17,8 @@ jobs:
image: postgres:13 image: postgres:13
env: env:
POSTGRES_USER: user POSTGRES_USER: user
POSTGRES_PASSWORD: secret
POSTGRES_DB: devdb
ports: ports:
- 5432:5432 - 5432:5432
# needed because the postgres container does not provide a healthcheck # needed because the postgres container does not provide a healthcheck