Optimized variable typos

This commit is contained in:
2025-08-15 18:43:42 +02:00
parent 85a2f4b3d2
commit 3ac9bd9f90
33 changed files with 101 additions and 101 deletions

View File

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