Update healthcheck

This commit is contained in:
2026-09-06 09:09:33 +02:00
parent 0c69141e73
commit 2efc9f1683
+3 -3
View File
@@ -4,9 +4,9 @@ services:
image: ghcr.io/0x90d/vdf-web:latest
# image: jlesage/video-duplicate-finder:latest
healthcheck:
test: ["CMD-SHELL", "nc -z 127.0.0.1 8080 || exit 1"]
interval: 10s
timeout: 5s
test: ["CMD", "dotnet", "--info"]
interval: 60s
timeout: 10s
retries: 3
start_period: 90s
# security_opt: