Files
templates/blueprints/excalidraw/docker-compose.yml

17 lines
291 B
YAML

version: "3.8"
services:
excalidraw:
restart: unless-stopped
image: excalidraw/excalidraw:latest
healthcheck:
test:
- CMD
- wget
- '--spider'
- '--quiet'
- 'http://localhost'
interval: 30s
timeout: 5s
retries: 3