fix: healthcheck doesn’t need to be 5s

This commit is contained in:
Scan 2025-09-20 10:22:56 -04:00
parent 3a51b5e908
commit 1f8b24a11d

View file

@ -48,7 +48,7 @@ services:
- wget
- '--spider'
- 'http://127.0.0.1:3000/xrpc/_health'
interval: 2s
interval: 5s
timeout: 10s
retries: 10
volumes: