From 0ab1dfe6e5cd44bcae626d9611735d69b1a27dc1 Mon Sep 17 00:00:00 2001 From: DashCaddy Polish Loop Date: Mon, 14 Sep 2026 03:49:35 -0700 Subject: [PATCH] DC-130: start.sh passes SHIPDECK_BRIDGE_URL/TOKEN_FILE to the container (deploys panel bridge wiring) --- start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.sh b/start.sh index d259c1d..53fb313 100755 --- a/start.sh +++ b/start.sh @@ -217,5 +217,7 @@ docker run -d --restart unless-stopped --name ${CONTAINER_NAME} \ -e ASSETS_DIR=/app/assets \ -e DASHCADDY_API_SOURCE_DIR=/opt/dashcaddy/dashcaddy-api \ -e DASHCADDY_UPDATE_ENABLED=true \ + -e SHIPDECK_BRIDGE_URL=http://172.17.0.1:8977 \ + -e SHIPDECK_BRIDGE_TOKEN_FILE=/app/data/shipdeck-bridge-token \ -e CA_CERT_PATH=/etc/ssl/sami-ca/root.crt \ ${IMAGE} \ No newline at end of file