Fix coolify.yml DATABASE_URL host
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user