From 45f89d68bb1776080507f3c580a6a968a027e02d Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Dec 2024 09:02:15 -0700 Subject: [PATCH] draw + gitignore --- .gitignore | 1 + compose/draw.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 compose/draw.yml diff --git a/.gitignore b/.gitignore index 4c49bd7..4c842e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +.DS_Store \ No newline at end of file diff --git a/compose/draw.yml b/compose/draw.yml new file mode 100644 index 0000000..149c12a --- /dev/null +++ b/compose/draw.yml @@ -0,0 +1,6 @@ +services: + excalidraw: + image: docker.io/excalidraw/excalidraw:latest + ports: + - 8182:80 + restart: unless-stopped \ No newline at end of file