fix: remove NEWBOOK_LOCATION_ID env var — credentials come from settings service

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-03 13:11:01 +00:00
parent 1e658b6a48
commit 7983865f79

View file

@ -10,7 +10,6 @@ services:
- SETTINGS_SECRET=${SETTINGS_SECRET}
- APP_SLUG=room-planner
- OFFICE_IP_CHECK=${OFFICE_IP_CHECK:-disabled}
- NEWBOOK_LOCATION_ID=${NEWBOOK_LOCATION_ID}
- DEFAULT_CHECKOUT_TIME=${DEFAULT_CHECKOUT_TIME:-11:00}
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3001/health || exit 1"]