Add Coolify compose and env example

This commit is contained in:
alexandrump
2026-02-09 01:34:24 +01:00
parent 82f3464565
commit d26f8c943d
4 changed files with 70 additions and 0 deletions

12
.env.coolify.example Normal file
View File

@@ -0,0 +1,12 @@
# Coolify environment variables (example values)
POSTGRES_USER=gob
POSTGRES_PASSWORD=change-me-strong
POSTGRES_DB=gob_alert
# Internal Docker network connection
DATABASE_URL=postgres://gob:change-me-strong@postgres:5432/gob_alert
API_ADMIN_KEY=change-me-strong
# Web -> API internal URL (API is NOT public)
API_URL=http://api:3000