mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 20:37:57 -05:00
14 lines
247 B
YAML
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
|