Files
homelab-docker/excalidraw/docker-compose.yml

12 lines
280 B
YAML

services:
excalidraw:
container_name: excalidraw
healthcheck:
test: curl -f http://localhost:80/ || exit 1
image: excalidraw/excalidraw:latest
ports:
- 3765:80
restart: on-failure:5
stdin_open: true
environment:
- NODE_ENV=production