From 9cf1a086b9e326ccaaac6471834bf64ced4786b7 Mon Sep 17 00:00:00 2001 From: Jingchao Di Date: Tue, 12 Mar 2024 00:44:01 +0800 Subject: [PATCH] feat: use new excalidraw image and fix scenes url --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 235f1e8..2bf1b29 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,10 +2,10 @@ services: frontend: - image: alswl/excalidraw:v0.17.0-fork-b2 + image: alswl/excalidraw:v0.17.0-fork-b3 environment: - - VITE_APP_BACKEND_V2_GET_URL=https://test.com/api/v2/ - - VITE_APP_BACKEND_V2_POST_URL=https://test.com/api/v2/post/ + - 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_FIREBASE_CONFIG={} # alswl'fork env