Files
templates/blueprints/excalidraw/docker-compose.yml
2025-08-10 23:45:32 -06:00

14 lines
247 B
YAML

services:
excalidraw:
image: excalidraw/excalidraw:latest
healthcheck:
test:
- CMD
- wget
- '--spider'
- '--quiet'
- 'http://localhost'
interval: 30s
timeout: 5s
retries: 3