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