Added some parameters

This commit is contained in:
2023-12-28 18:30:31 +01:00
parent 2b19cd8f97
commit 44d92ddccc
3 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
- POSTGRES_DB={{database_databasename}}
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -U {{database_username}}"]
test: ["CMD-SHELL", "pg_isready -U {{database_databasename}}"]
interval: 10s
timeout: 5s
retries: 6