From 9484d6b9153dc520410a1fa8982151118650cf8e Mon Sep 17 00:00:00 2001 From: DylanBanta Date: Sun, 25 May 2025 22:14:41 -0400 Subject: [PATCH] Integrate Excalidraw-storage-backend via Docker Compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitmodules | 3 +++ Docker/excalidraw-storage-backend | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Docker/excalidraw-storage-backend 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