Disable PG healthcheck for now

This commit is contained in:
decentral1se 2021-05-28 14:05:49 +02:00
parent 41ab42455a
commit 043fbc48ac
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 2 deletions

View File

@ -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: