From b4edd800930e45366189bfebb0c88a309f57fc9b Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Thu, 4 Jun 2026 18:12:17 +0000 Subject: [PATCH] =?UTF-8?q?traefik.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 traefik.yaml diff --git a/traefik.yaml b/traefik.yaml new file mode 100644 index 0000000..17c00e3 --- /dev/null +++ b/traefik.yaml @@ -0,0 +1,43 @@ +api: + dashboard: true + +entryPoints: + entryPoints: + sshtls: + address: ":2222" # Port 22 für SSH + web: + address: ":80" + http: + redirections: + entryPoint: + to: websecure + scheme: https + websecure: + address: ":443" + traefik: + address: ":9090" # Prometheus Metrics + +providers: + docker: + endpoint: "tcp://10.0.0.3:2375" + exposedByDefault: false + + +certificatesResolvers: + letsencrypt: + acme: + email: "admin@ljh31.de" + storage: "/etc/traefik/acme/acme.json" + tlsChallenge: {} + + +log: + level: INFO + format: json + +metrics: + prometheus: + entryPoint: traefik + +accessLog: {} +