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

This commit is contained in:
3wc 2020-10-02 19:23:31 +02:00
parent 2fb3960562
commit f391cb71a6
1 changed files with 7 additions and 6 deletions

View File

@ -27,12 +27,13 @@ services:
#- db_password #- db_password
- session_key - session_key
- admin_password - admin_password
healthcheck: # 3wc: This seems to succeed within the container, but isn't yet working here
test: ["CMD", "curl", "-f", "http://localhost:5000"] #healthcheck:
interval: 30s # test: ["CMD", "curl", "-f", "http://localhost:5000"]
timeout: 10s # interval: 30s
retries: 10 # timeout: 10s
start_period: 5m # retries: 10
# start_period: 5m
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure