feat(blueprint): healthcheck for excalidraw (#207)

This commit is contained in:
Khiet Tam Nguyen
2025-08-11 15:45:32 +10:00
committed by GitHub
parent 1d631a9a61
commit 4bc51e31de

View File

@@ -1,6 +1,13 @@
version: "3.8"
services:
excalidraw:
image: excalidraw/excalidraw:latest
healthcheck:
test:
- CMD
- wget
- '--spider'
- '--quiet'
- 'http://localhost'
interval: 30s
timeout: 5s
retries: 3