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

This commit is contained in:
decentral1se
2021-05-28 13:58:32 +02:00

View File

@ -7,7 +7,7 @@ services:
networks: &internalNetwork
- internal_network
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
test: ["CMD", "pg_isready", "-U", "${POSTGRES_USER}"]
volumes:
- postgres:/var/lib/postgresql/data
secrets: