summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-10 18:30:29 +0800
committerDejavu Moe <[email protected]>2023-05-10 18:30:29 +0800
commitab69dd113477df3d0f163d6e03c2d399c05dd2ac (patch)
treeaffedaebfbb31259b63b15c3d07d0c95d40ea721
parent218d375b0e849e41e9268756205a79eadaa59b0b (diff)
downloadself-hosted-ab69dd113477df3d0f163d6e03c2d399c05dd2ac.tar.gz
self-hosted-ab69dd113477df3d0f163d6e03c2d399c05dd2ac.zip
add excalidraw
-rw-r--r--excalidraw/data/.gitkeep0
-rw-r--r--excalidraw/docker-compose.yaml16
2 files changed, 16 insertions, 0 deletions
diff --git a/excalidraw/data/.gitkeep b/excalidraw/data/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/excalidraw/data/.gitkeep
diff --git a/excalidraw/docker-compose.yaml b/excalidraw/docker-compose.yaml
new file mode 100644
index 0000000..f98ce8c
--- /dev/null
+++ b/excalidraw/docker-compose.yaml
@@ -0,0 +1,16 @@
+version: "3.8"
+
+services:
+ excalidraw:
+ image: dejavumoe/excalidraw:master
+ container_name: excalidraw
+ ports:
+ - "127.0.0.1:8808:80"
+ restart: always
+ stdin_open: true
+ healthcheck:
+ disable: true
+ environment:
+ - NODE_ENV=production
+ volumes:
+ - ./data:/app/web \ No newline at end of file