Move Caddy proxy behind dev profile

This commit is contained in:
Codex
2026-04-24 08:30:09 -05:00
parent 29bc47da4c
commit f7b86dc417
4 changed files with 5 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
- Added a detached production compose launcher at `scripts/prod-up.sh` so the stack can be started without attaching the terminal to container output.
- 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.
## Storage Status
- Backend media persists in the `backend-media` named Docker volume.