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

View File

@@ -24,6 +24,8 @@ docker compose build
docker compose up -d
```
Para Coolify en producción, usa `docker-compose.coolify.yml` y configura las variables en la UI.
Coolify: este `docker-compose.yml` incluye `api`, `web`, `postgres`, `redis` y `adminer` — Coolify puede usar las imágenes construidas aquí o construir directamente desde el contexto del repo.
Notas:
@@ -47,6 +49,8 @@ npm run dev
This will run `turbo run dev` and start both `api` and `web` in dev mode (if dependencies installed).
For Coolify production, use `docker-compose.coolify.yml` and configure variables in the UI.
See `PLAN.md` for project plan and MVP milestones.
Documentation: