We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 665e275 + 88a2e48 commit 86223f2Copy full SHA for 86223f2
docker-compose.test.yml
@@ -30,7 +30,7 @@ services:
30
interval: 15s
31
32
postgres:
33
- image: docker.io/postgres:17-alpine
+ image: docker.io/postgres:18-alpine
34
env_file: env/postgres.env
35
healthcheck:
36
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose
docker-compose.yml
@@ -34,7 +34,7 @@ services:
# postgres
37
38
39
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
40
start_period: 20s
0 commit comments