From c2b573a3856b704775bf75b5daaf27cfb285ea45 Mon Sep 17 00:00:00 2001 From: "pelle.ignatius" Date: Thu, 22 Aug 2024 16:39:15 +0000 Subject: [PATCH] Update docker-compose.yaml Adjusted VITE_APP_HTTP_STORAGE_BACKEND_URL and VITE_APP_WS_SERVER_URL --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b75f524..56e88bf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,11 +6,11 @@ services: environment: - VITE_APP_BACKEND_V2_GET_URL=http://127.0.0.1:8081/api/v2/scenes/ - VITE_APP_BACKEND_V2_POST_URL=http://127.0.0.1:8081/api/v2/scenes/ - - VITE_APP_WS_SERVER_URL=http://127.0.0.1:8082 + - VITE_APP_WS_SERVER_URL=http://git.sambruk.se:8082 - VITE_APP_FIREBASE_CONFIG={} # alswl'fork env # forked excalidraw can use env https://github.com/alswl/excalidraw/pull/5 - - VITE_APP_HTTP_STORAGE_BACKEND_URL=http://127.0.0.1:8081/api/v2 + - VITE_APP_HTTP_STORAGE_BACKEND_URL=http://git.sambruk.se:8081/api/v2 - VITE_APP_STORAGE_BACKEND=http ports: - 80:80