diff --git a/compose.yml b/compose.yml index 840b2a8..429ff2a 100644 --- a/compose.yml +++ b/compose.yml @@ -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