fix: use correct user, role does exist

This commit is contained in:
decentral1se
2023-01-08 01:59:46 +01:00
parent 1a0211b743
commit 77b3dbdaa9
4 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ services:
networks:
- internal
healthcheck:
test: ["CMD", "pg_isready"]
test: ["CMD", "pg_isready", "-U", "$POSTGRES_USER" ]
volumes:
- postgres:/var/lib/postgresql/data
deploy: