From 28e30ede1871eaf16eb069e440a73fbb533306bd Mon Sep 17 00:00:00 2001 From: alexandrump Date: Mon, 9 Feb 2026 01:36:25 +0100 Subject: [PATCH] Fix coolify.yml DATABASE_URL host --- coolify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolify.yml b/coolify.yml index cc7b385..dbce1b4 100644 --- a/coolify.yml +++ b/coolify.yml @@ -14,7 +14,7 @@ apps: dockerfile: Dockerfile env: - key: DATABASE_URL - value: postgres://gob:gobpass@localhost:5432/gob_alert + value: postgres://gob:gobpass@gob-alert-postgres:5432/gob_alert - key: API_ADMIN_KEY value: changeme ports: