Move Caddy proxy behind dev profile
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user