diff --git a/compose.yml b/compose.yml index 6b98230..f1aecc3 100644 --- a/compose.yml +++ b/compose.yml @@ -31,12 +31,6 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 10s app: image: chocobozzz/peertube:v3.1.0-buster