fix: remove healthcheck, it breaks everthing as usual ...

This commit is contained in:
Philipp Rothmann 2023-03-06 16:18:18 +01:00
parent 464d2cf3ba
commit 2206aeca68
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ services:
- "traefik.http.routers.${STACK_NAME}_api.rule=Host(`${DOMAIN}`) && PathPrefix(`/api/v1`, `/dav/`, `/.well-known/`)"
- "traefik.http.routers.${STACK_NAME}_api.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_api.tls.certresolver=${LETS_ENCRYPT_ENV}"
healthcheck:
test: [ "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3456/health"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
app:
image: vikunja/frontend:0.20.3