From 18145a20db110d440b1248eb72dfde670f82d079 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Wed, 11 Sep 2024 09:01:49 +0800 Subject: [PATCH] Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and remove unnecessary middlewares, and add labels for persistent data containers --- swarm/traefik/local_services.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/swarm/traefik/local_services.yml b/swarm/traefik/local_services.yml index 95cb9d6..695f665 100644 --- a/swarm/traefik/local_services.yml +++ b/swarm/traefik/local_services.yml @@ -6,7 +6,8 @@ http: rule: Host(`coco.swarm.local`) middlewares: - admin-auth@swarm - tls: {} + tls: + passthrough: true service: coco_desktop@file local-proxmox00: @@ -20,7 +21,8 @@ http: entryPoints: - https rule: Host(`proxmox01.swarm.local`) - tls: {} + tls: + passthrough: true service: proxmox01@file traefik-public-https: @@ -38,7 +40,7 @@ http: - https rule: Host(`proxmox00.furyhawk.lol`) tls: - certResolver: le + passthrough: true service: proxmox00@file proxmox01: @@ -46,7 +48,7 @@ http: - https rule: Host(`proxmox01.furyhawk.lol`) tls: - certResolver: le + passthrough: true service: proxmox01@file services: