2026-07-26 — Coolify prod and staging compose
Separate Coolify compose files for production and staging, both with auto-generated secrets.
Coolify prod and staging
You can deploy production and staging as two Coolify resources:
- Production uses
docker-compose.yml - Staging uses
docker-compose.dev.yml
Both auto-generate passwords, the auth secret, the mail encryption key, and the public API URL. You only set vendor keys (mail provider, Google sign-in, object storage).
Staging turns API docs on by default. Laptop local compose moved to docker-compose.local.yml (bun run compose:dev).
PLATFORM_URL defaults to https://app.daaysorn.com and can be overridden per environment.
