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:
parent
1e658b6a48
commit
7983865f79
1 changed files with 0 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue