chore: update dashy
Gitleaks / gitleaks (push) Failing after 10s

This commit is contained in:
2026-06-02 21:52:57 -04:00
parent e62f57ebcc
commit 5c72b0b3fc
+4 -1
View File
@@ -14,7 +14,10 @@ services:
- TZ=America/New_York - TZ=America/New_York
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "node", "/app/services/healthcheck"] test:
- "CMD"
- "node"
- "/app/services/healthcheck"
interval: 1m30s interval: 1m30s
timeout: 10s timeout: 10s
retries: 3 retries: 3