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 entrypoint: /docker-entrypoint.sh
networks: networks:
- internal - internal
healthcheck: # Note(decentral1se): bring back when https://git.autonomic.zone/coop-cloud/peertube/issues/1 solved
test: ["CMD", "curl", "-f", "http://localhost:9000"] # healthcheck:
interval: 30s # test: ["CMD", "curl", "-f", "http://localhost:9000"]
timeout: 10s # interval: 30s
retries: 10 # timeout: 10s
start_period: 1m # retries: 10
# start_period: 1m
db: db:
image: postgres:10-alpine image: postgres:10-alpine