Add all the containers (#3)

Co-authored-by: Sönke Domröse <soenke.domroese@lichtblick.de>
Reviewed-on: #3
This commit is contained in:
2025-04-24 14:56:36 +02:00
parent ae4dbd7d87
commit ff43d335ac
18 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
services:
excalidraw:
build:
context: .
args:
- NODE_ENV=development
container_name: excalidraw
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: