Skip to content

Commit

Permalink
add excalidraw
Browse files Browse the repository at this point in the history
  • Loading branch information
DejavuMoe committed May 10, 2023
1 parent 218d375 commit ab69dd1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added excalidraw/data/.gitkeep
Empty file.
16 changes: 16 additions & 0 deletions excalidraw/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab69dd1

Please sign in to comment.