changed database_user to database_username

This commit is contained in:
2025-09-04 12:45:22 +02:00
parent 77e8e7ed7e
commit b6f91ab9d3

View File

@@ -8,7 +8,7 @@
- {{ database_env }}
restart: {{ DOCKER_RESTART_POLICY }}
healthcheck:
test: ["CMD-SHELL", "pg_isready -U {{ database_user }}"]
test: ["CMD-SHELL", "pg_isready -U {{ database_username }}"]
interval: 10s
timeout: 5s
retries: 6