draw + gitignore

This commit is contained in:
Atridad Lahiji 2024-12-16 09:02:15 -07:00
parent ea23a6912c
commit 45f89d68bb
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.env .env
.DS_Store

6
compose/draw.yml Normal file
View file

@ -0,0 +1,6 @@
services:
excalidraw:
image: docker.io/excalidraw/excalidraw:latest
ports:
- 8182:80
restart: unless-stopped