Drop healthcheck for now

This commit is contained in:
Luke Murphy 2021-02-14 15:39:54 +01:00
parent c7a6161188
commit 383295716e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

View File

@ -16,12 +16,6 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "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:${PORT}"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
networks:
proxy: