Skip to content

Commit

Permalink
Merge pull request #56 from alswl/hotfix/load-image-in-shareable-link
Browse files Browse the repository at this point in the history
feat: use new excalidraw image and fix scenes url
  • Loading branch information
alswl authored Mar 11, 2024
2 parents c2fd843 + 9cf1a08 commit 3f0e252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f0e252

Please sign in to comment.