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: ghcr.io/0x90d/vdf-web:latest
# image: jlesage/video-duplicate-finder:latest # image: jlesage/video-duplicate-finder:latest
healthcheck: healthcheck:
test: ["CMD-SHELL", "nc -z 127.0.0.1 8080 || exit 1"] test: ["CMD", "dotnet", "--info"]
interval: 10s interval: 60s
timeout: 5s timeout: 10s
retries: 3 retries: 3
start_period: 90s start_period: 90s
# security_opt: # security_opt: