excalidraw
This commit is contained in:
@@ -1,23 +1,8 @@
|
||||
services:
|
||||
excalidraw:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- NODE_ENV=development
|
||||
container_name: excalidraw
|
||||
image: excalidraw/excalidraw:latest
|
||||
ports:
|
||||
- "8267:80"
|
||||
restart: on-failure
|
||||
stdin_open: true
|
||||
healthcheck:
|
||||
disable: true
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
volumes:
|
||||
- /home/soenke/docker-data/excalidraw/data:/opt/node_app/app:delegated
|
||||
- /home/soenke/docker-data/excalidraw/package.json:/opt/node_app/package.json
|
||||
- /home/soenke/docker-data/excalidraw/yarn.lock:/opt/node_app/yarn.lock
|
||||
- notused:/opt/node_app/app/node_modules
|
||||
|
||||
volumes:
|
||||
notused:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user