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