From f0ecfbd639017192879b46168893811c894b45f5 Mon Sep 17 00:00:00 2001 From: Jingchao Date: Wed, 22 Nov 2023 07:59:47 +0800 Subject: [PATCH] feat: upgrade to v0.16.1 (#34) --- docker-compose.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 727d3c2..e696dad 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,17 +2,17 @@ services: frontend: - image: alswl/excalidraw:v0.15.0-fork-b3 + image: alswl/excalidraw:v0.16.1-fork-b1 environment: - PORT=8081 - - REACT_APP_BACKEND_V2_GET_URL=https://test.com/api/v2/ - - REACT_APP_BACKEND_V2_POST_URL=https://test.com/api/v2/post/ - - REACT_APP_WS_SERVER_URL=http://127.0.0.1:8082 - - REACT_APP_FIREBASE_CONFIG={} + - 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_WS_SERVER_URL=http://127.0.0.1:8082 + - VITE_APP_FIREBASE_CONFIG={} # alswl'fork env # forked excalidraw can use env https://github.com/alswl/excalidraw/pull/5 - - REACT_APP_HTTP_STORAGE_BACKEND_URL=http://127.0.0.1:8081/api/v2 - - REACT_APP_STORAGE_BACKEND=http + - VITE_APP_HTTP_STORAGE_BACKEND_URL=http://127.0.0.1:8081/api/v2 + - VITE_APP_STORAGE_BACKEND=http ports: - 80:80