mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Compare commits
2 commits
2de75b4d79
...
a493c139b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a493c139b4 | ||
|
|
88a2e48923 |
|
|
@ -30,7 +30,7 @@ services:
|
|||
interval: 15s
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:17-alpine
|
||||
image: docker.io/postgres:18-alpine
|
||||
env_file: env/postgres.env
|
||||
healthcheck:
|
||||
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ services:
|
|||
|
||||
# postgres
|
||||
postgres:
|
||||
image: docker.io/postgres:17-alpine
|
||||
image: docker.io/postgres:18-alpine
|
||||
healthcheck:
|
||||
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
|
||||
start_period: 20s
|
||||
|
|
|
|||
Loading…
Reference in a new issue