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: networks:
- proxy - proxy
- internal - internal
healthcheck: # Disabled for now, see https://github.com/go-gitea/gitea/issues/15661
test: ["CMD", "curl", "-f", "http://localhost:3000"] # healthcheck:
interval: 15s # test: ["CMD", "curl", "-f", "http://localhost:3000"]
timeout: 10s # interval: 15s
retries: 10 # timeout: 10s
start_period: 30s # retries: 10
# start_period: 30s
deploy: deploy:
update_config: update_config:
failure_action: rollback failure_action: rollback