Drop healthcheck for nginx

This commit is contained in:
decentral1se 2021-05-06 15:39:43 +02:00
parent 5f140ea7ed
commit 0609cf8662
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 6 deletions

View File

@ -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