excalidraw/docker-compose.yml

21 lines
346 B
YAML

version: "3.8"
services:
excalidraw:
build:
context: .
args:
- NODE_ENV=production
container_name: excalidraw
ports:
- "3302:80"
restart: on-failure
stdin_open: true
healthcheck:
disable: true
excalidraw-room:
image: excalidraw/excalidraw-room:latest
ports:
- '8802:80'