Merge branch 'main' of ssh://git.autonomic.zone:2222/coop-cloud/mastodon into main

This commit is contained in:
decentral1se 2021-05-28 14:06:32 +02:00
commit 8d15ede7c5
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: