Files
docker-compose-files/excalidraw/docker-compose.yml
2025-12-14 21:01:14 -05:00

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