Commit Graph

4 Commits

Author SHA1 Message Date
Paperclip CTO
3c2cbb6e39 Apply FRONTEND_API_BASE_URL across compose profiles
All checks were successful
CI / lint (push) Successful in 13s
CI / test (push) Successful in 24s
CI / build-container (push) Successful in 6s
2026-05-19 13:32:22 +02:00
Paperclip CTO
d54aff5db8 TRA-403 use .env env_file across compose stacks
All checks were successful
CI / lint (push) Successful in 7s
CI / test (push) Successful in 22s
CI / build-container (push) Successful in 6s
2026-05-19 10:18:51 +02:00
Paperclip CTO
f15bdb295a TRA-403 use local Docker build context image paths
All checks were successful
CI / lint (push) Successful in 6s
CI / test (push) Successful in 22s
CI / build-container (push) Successful in 6s
2026-05-19 10:11:02 +02:00
Paperclip CTO
e92ae6c136 feat(TRA-362): add docker-compose.prod.yml with nginx as web server
Introduces a production Docker Compose stack that places nginx in front
of gunicorn. nginx serves the frontend SPA and Django static files
directly, and proxies all backend routes (/api, /admin, /healthz, etc.)
to the Django container. SECURE_SSL_REDIRECT is now env-configurable so
plain-HTTP nginx deployments work without separate settings files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 08:08:52 +02:00