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

@@ -12,4 +12,4 @@ echo "Writing docker compose output to ${LOG_FILE}"
echo "Started at $(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> "${LOG_FILE}"
cd "${ROOT_DIR}"
docker compose up --build "$@" 2>&1 | tee -a "${LOG_FILE}"
docker compose --profile dev up --build "$@" 2>&1 | tee -a "${LOG_FILE}"