mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-28 02:25:24 +02:00
17 lines
291 B
YAML
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
|