Disable healthcheck temporarily
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-06-23 17:09:11 +02:00
parent df7660f570
commit 563bc4031c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 6 deletions

View File

@ -19,12 +19,12 @@ services:
- DRONE_RUNNER_VOLUMES=/var/run/docker.sock:/var/run/docker.sock - DRONE_RUNNER_VOLUMES=/var/run/docker.sock:/var/run/docker.sock
networks: networks:
- proxy - proxy
healthcheck: # healthcheck:
test: ["CMD", "wget", "-q", "-t 1", "http://localhost:3000/healthz"] # test: ["CMD", "wget", "-q", "-t 1", "http://localhost:3000/healthz"]
interval: 10s # interval: 10s
timeout: 10s # timeout: 10s
retries: 10 # retries: 10
start_period: 10s # start_period: 10s
deploy: deploy:
update_config: update_config:
failure_action: rollback failure_action: rollback