Document production compose changes

This commit is contained in:
Codex
2026-04-24 09:02:38 -05:00
parent 05e2a914b4
commit 0c61540cf7
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
- Added a Traefik compose override sample at `compose.traefik.yml.sample` for production routing and proxy-network attachment.
- The production launcher now targets only `db`, `backend`, and `frontend`, keeping the dev Caddy proxy out of the production path.
- The Caddy proxy service now runs only under the `dev` compose profile, and `scripts/dev-up.sh` enables that profile automatically.
- The Traefik production override now builds the frontend into a static Nginx image and clears the dev-facing published ports.
## Storage Status
- Backend media persists in the `backend-media` named Docker volume.