Revert "Add traefik healthcheck"

This reverts commit 44803f11b7.
This commit is contained in:
2025-07-01 18:43:09 +02:00
parent a4238128b3
commit 696ee86d78
2 changed files with 3 additions and 9 deletions

View File

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

View File

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