From b15dfc4a99c066be88406df259bd6367a26b48e4 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 4 May 2025 15:13:29 -0700 Subject: Whatever. Few seconds of downtime for each traefik instance isnt bad since the important stuff is on other ports --- playbooks/roles/traefik/templates/stacks/traefik.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks/roles/traefik/templates/stacks/traefik.yml') diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml index e677a60..3b9f680 100644 --- a/playbooks/roles/traefik/templates/stacks/traefik.yml +++ b/playbooks/roles/traefik/templates/stacks/traefik.yml @@ -12,6 +12,7 @@ entryPoints: forwardedHeaders: trustedIPs: - "{{ homelab_network }}" + - "{{ docker_network }}" http: redirections: entryPoint: @@ -22,6 +23,7 @@ entryPoints: forwardedHeaders: trustedIPs: - "{{ homelab_network }}" + - "{{ docker_network }}" serversTransport: insecureSkipVerify: true -- cgit v1.2.3-70-g09d2