commit 9484d6b9153dc520410a1fa8982151118650cf8e Author: DylanBanta Date: Sun May 25 22:14:41 2025 -0400 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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7c83c22 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Docker/excalidraw-storage-backend"] + path = Docker/excalidraw-storage-backend + url = https://git.dylanbanta.com/Dylan/excalidraw-storage-backend.git diff --git a/Docker/excalidraw-storage-backend b/Docker/excalidraw-storage-backend new file mode 160000 index 0000000..546f321 --- /dev/null +++ b/Docker/excalidraw-storage-backend @@ -0,0 +1 @@ +Subproject commit 546f321ff0a90a1326526e3d7cdd6981b7bf18f9