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
- session_key
- admin_password
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000"]
interval: 30s
timeout: 10s
retries: 10
start_period: 5m
# 3wc: This seems to succeed within the container, but isn't yet working here
#healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:5000"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 5m
deploy:
restart_policy:
condition: on-failure