pmoraitopoulos / Excalidraw with collaboration
1 喜欢
0 派生
1 文件
最后活跃于
I wanted to install excalidraw with collaboration in real time. This is my stack.
1 | version: "3.9" |
2 | |
3 | services: |
4 | frontend: |
5 | image: alswl/excalidraw:v0.17.3-fork-b1 |
6 | container_name: excalidraw-frontend |
7 | environment: |
8 | - VITE_APP_BACKEND_V2_GET_URL=https://<storage_link_reverse_proxy>/api/v2/scenes/ |
9 | - VITE_APP_BACKEND_V2_POST_URL=https://<storage_link_reverse_proxy>/api/v2/scenes/ |
10 | - VITE_APP_WS_SERVER_URL=wss://<room_link_reverse_proxy> |
上一页
下一页