From 7983865f799161fa0cf89d8e9d7078adc27afd8a Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Fri, 3 Jul 2026 13:11:01 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20NEWBOOK=5FLOCATION=5FID=20env?= =?UTF-8?q?=20var=20=E2=80=94=20credentials=20come=20from=20settings=20ser?= =?UTF-8?q?vice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1a82b9a..27ac643 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"]