Update healthcheck
This commit is contained in:
+3
-3
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user