Disable PG healthcheck for now
This commit is contained in:
parent
41ab42455a
commit
043fbc48ac
@ -6,8 +6,9 @@ services:
|
||||
image: postgres:9.6-alpine
|
||||
networks: &internalNetwork
|
||||
- internal_network
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
|
||||
# Note(decentral1se): get this working, failing somehow so far
|
||||
# healthcheck:
|
||||
# test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user