fix(template): adjust health check interval and retries for excalidraw service

This commit is contained in:
Andras Bacsai
2025-07-01 12:30:43 +02:00
parent 3d9b72666e
commit c2ff8b09f3

View File

@@ -16,6 +16,6 @@ services:
- '--spider'
- '--quiet'
- 'http://localhost'
interval: 30s
interval: 10s
timeout: 5s
retries: 3
retries: 10