Disable healthcheck for now

See https://github.com/go-gitea/gitea/issues/15661
This commit is contained in:
decentral1se 2021-04-29 16:12:26 +02:00
parent 3f7bb4e6a1
commit 21cc6d8971
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 7 additions and 6 deletions

View File

@ -35,12 +35,13 @@ services:
networks:
- proxy
- internal
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 15s
timeout: 10s
retries: 10
start_period: 30s
# Disabled for now, see https://github.com/go-gitea/gitea/issues/15661
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:3000"]
# interval: 15s
# timeout: 10s
# retries: 10
# start_period: 30s
deploy:
update_config:
failure_action: rollback