Commit graph

2 commits

Author SHA1 Message Date
Lasse Rune Hansen
ab811dc851 fix(frontend/nginx): Add /audio/ proxy and fix /api/ proxy to backend
- Fixed nginx proxy for /api/ to include /api/ prefix (backend expects it)
- Added /audio/ proxy to backend for audio file serving
- Backend serves audio from wwwroot/audio/story/

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-14 08:00:25 +02:00
Lasse Rune Hansen
79a59bccc4 feat(backend/infra): add Docker configuration for Phase 3
- Create Dockerfile for backend (.NET 9.0 multi-stage build)
- Create Dockerfile for frontend (Node + Nginx multi-stage build)
- Create nginx.conf for frontend with API proxy
- Create docker-compose.yml with db, backend, frontend services
- Add .dockerignore files for backend, frontend, and root
- Configure health checks for all services
- Configure PostgreSQL volume for persistent data

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-05 11:46:27 +02:00