draw + gitignore
This commit is contained in:
parent
ea23a6912c
commit
45f89d68bb
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.env
|
.env
|
||||||
|
.DS_Store
|
6
compose/draw.yml
Normal file
6
compose/draw.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
services:
|
||||||
|
excalidraw:
|
||||||
|
image: docker.io/excalidraw/excalidraw:latest
|
||||||
|
ports:
|
||||||
|
- 8182:80
|
||||||
|
restart: unless-stopped
|
Loading…
Add table
Reference in a new issue