Try to re-instate the health check again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-06-25 11:20:57 +02:00
parent 8fbec46d09
commit c91a9e0246
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ services:
- DRONE_USER_CREATE=username:autonomic,admin:true
networks:
- proxy
# healthcheck:
# test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/healthz"]
# interval: 10s
# timeout: 10s
# retries: 10
# start_period: 10s
healthcheck:
test: ["CMD", "wget", "-qO", "-", "http://localhost:8042/healthz"]
interval: 10s
timeout: 10s
retries: 10
start_period: 10s
deploy:
update_config:
failure_action: rollback