Comment out healtcheck for now
This commit is contained in:
parent
930d9da516
commit
f5c4692271
13
compose.yml
13
compose.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user