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

@@ -50,6 +50,8 @@ services:
command: sh -c "npm ci && npm run dev -- --host 0.0.0.0 --port 5173"
proxy:
profiles:
- dev
image: caddy:2.9-alpine
depends_on:
- backend