From 696ee86d78ce4997016bab61b2b042249cfe609f Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Tue, 1 Jul 2025 18:43:09 +0200 Subject: [PATCH] Revert "Add traefik healthcheck" This reverts commit 44803f11b71b076462dc53291f747e97e589066b. --- traefik/compose.yml | 5 ----- traefik/traefik.yml | 7 +++---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/traefik/compose.yml b/traefik/compose.yml index 349e270..3289381 100644 --- a/traefik/compose.yml +++ b/traefik/compose.yml @@ -5,11 +5,6 @@ services: image: traefik:3 container_name: traefik restart: always - healthcheck: - test: traefik healthcheck - interval: 30s - timeout: 10s - retries: 3 networks: - traefik ports: diff --git a/traefik/traefik.yml b/traefik/traefik.yml index bbd46ab..6e853f9 100644 --- a/traefik/traefik.yml +++ b/traefik/traefik.yml @@ -1,12 +1,9 @@ # /services/traefik/traefik.yml global: + checkNewVersion: true sendAnonymousUsage: false -api: {} - -ping: {} - entryPoints: http: address: :80 @@ -22,6 +19,8 @@ entryPoints: tls: certResolver: letsencrypt +api: {} + providers: file: directory: /etc/traefik/config