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

@@ -27,7 +27,7 @@ WalkUp is a collaborative baseball walk-up song app built as a React PWA with a
8. Open `https://kif.local.ascorrea.com`.
## Dev Logs
- `./scripts/dev-up.sh` starts the stack and appends compose output to `logs/docker-compose.log`.
- `./scripts/dev-up.sh` starts the stack with the `dev` profile and appends compose output to `logs/docker-compose.log`.
- `./scripts/dev-logs.sh` captures current service logs to `logs/docker-services.log`.
- Use those files when you want me to inspect startup failures or runtime errors from the Docker stack.