Comment out healtcheck for now

This commit is contained in:
decentral1se 2021-05-06 13:11:00 +02:00
parent 930d9da516
commit f5c4692271
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 7 additions and 6 deletions

View File

@ -66,12 +66,13 @@ services:
entrypoint: /docker-entrypoint.sh
networks:
- internal
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
# Note(decentral1se): bring back when https://git.autonomic.zone/coop-cloud/peertube/issues/1 solved
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:9000"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
db:
image: postgres:10-alpine