Integrate Excalidraw-storage-backend via Docker Compose

Include storage-backend as a Git submodule under Docker/excalidraw-storage-backend

Configure Docker Compose to build/storage backend alongside UI and Redis

Update .gitignore to exclude Volumes/ directory

Builds on Kilian Decaderincourt’s original repository
This commit is contained in:
DylanBanta 2025-05-25 22:14:41 -04:00
commit 9484d6b915
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "Docker/excalidraw-storage-backend"]
path = Docker/excalidraw-storage-backend
url = https://git.dylanbanta.com/Dylan/excalidraw-storage-backend.git

@ -0,0 +1 @@
Subproject commit 546f321ff0a90a1326526e3d7cdd6981b7bf18f9