Disable healthcheck temporarily
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0b0160b359
commit
1b4ef68515
12
compose.yml
12
compose.yml
@ -23,12 +23,12 @@ services:
|
|||||||
- DRONE_USER_CREATE=username:autonomic,admin:true
|
- DRONE_USER_CREATE=username:autonomic,admin:true
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/healthz"]
|
# test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/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
|
||||||
|
Reference in New Issue
Block a user