coolify/templates
Márton Szücs bdcb467208 Fix healthcheck for Postgres in Authentic compose stack
Postgres would never get in healthy state because the environment variable SERVICE_USER_POSTGRESQL was never set inside the container.
Using POSTGRES_USER container env instead which receives the value from SERVICE_USER_POSTGRESQL.

Also adding the condition "service_healthy" for the depends_on. This will make the Authentic containers to wait for Postgres and Redis to be healthy before starting.
2024-06-20 19:45:06 +02:00
..
compose Fix healthcheck for Postgres in Authentic compose stack 2024-06-20 19:45:06 +02:00
service-templates.json feat: Update homepage.yaml with environment variables and volumes 2024-06-11 12:19:30 +02:00