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.
1 parent 5dea11c commit db34a0aCopy full SHA for db34a0a
docker-compose.test.yml
@@ -39,7 +39,7 @@ services:
39
interval: 15s
40
41
postgres:
42
- image: docker.io/postgres:16-alpine
+ image: docker.io/postgres:17-alpine
43
env_file: env/postgres.env
44
healthcheck:
45
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose
docker-compose.yml
@@ -46,7 +46,7 @@ services:
46
47
# postgres
48
49
50
51
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
52
start_period: 20s
0 commit comments