Fix coolify.yml DATABASE_URL host

This commit is contained in:
alexandrump
2026-02-09 01:36:25 +01:00
parent d26f8c943d
commit 28e30ede18

View File

@@ -14,7 +14,7 @@ apps:
dockerfile: Dockerfile dockerfile: Dockerfile
env: env:
- key: DATABASE_URL - 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 - key: API_ADMIN_KEY
value: changeme value: changeme
ports: ports: