excalidraw
This commit is contained in:
@@ -1,23 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
excalidraw:
|
excalidraw:
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
args:
|
|
||||||
- NODE_ENV=development
|
|
||||||
container_name: excalidraw
|
container_name: excalidraw
|
||||||
|
image: excalidraw/excalidraw:latest
|
||||||
ports:
|
ports:
|
||||||
- "8267:80"
|
- "8267:80"
|
||||||
restart: on-failure
|
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