Disable health check for now

This commit is contained in:
Luke Murphy 2020-06-25 12:57:39 +02:00
parent 84fed5f21d
commit 2a42742a25
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

View File

@ -19,12 +19,6 @@ services:
target: /etc/traefik/file-provider.yml
networks:
- proxy
healthcheck:
test: ["CMD", "wget", "-qO", "-", "http://localhost:80/ping"]
interval: 10s
timeout: 10s
retries: 10
start_period: 10s
deploy:
update_config:
failure_action: rollback