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