4 Commits

Author SHA1 Message Date
Thibault Pouch
db647fe7ac feat: update Dockerfile and nginx configuration for improved API routing; modify events API response structure 2026-03-03 10:24:31 +01:00
Thibault Pouch
11708032bd refactor: update ports to use 80 for front-end services in Docker and Nginx configuration 2026-03-03 09:48:22 +01:00
Thibault Pouch
83d5a70b08 feat(nest-front): add API_URL proxy and VITE_API_URL support for split deployment
- nginx.conf: proxy /api/ to ${API_URL} (injected at container start via envsubst)
- Dockerfile: accept VITE_API_URL build arg; use envsubst CMD to hydrate nginx template
- src/utils/api.ts: export API_BASE using VITE_API_URL or fallback to /api

Enables nest-front to run on Coolify while nest-backend runs on Portainer.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 09:13:27 +01:00
Thibault Pouch
6b8039da28 feat: add Dockerfile, docker-compose, and nginx configuration for application deployment 2026-02-27 10:38:29 +01:00