diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-04 15:13:29 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-04 15:15:26 -0700 |
commit | b15dfc4a99c066be88406df259bd6367a26b48e4 (patch) | |
tree | 7661a1caaf1ce136dd764705104c81fce514be87 /playbooks/roles/traefik/templates/stacks/traefik.yml | |
parent | 7040a443c5973be872cdf5f3a656e9f947650b2b (diff) | |
download | infra-b15dfc4a99c066be88406df259bd6367a26b48e4.tar.gz infra-b15dfc4a99c066be88406df259bd6367a26b48e4.zip |
Whatever. Few seconds of downtime for each traefik instance isnt bad since the important stuff is on other ports
Diffstat (limited to 'playbooks/roles/traefik/templates/stacks/traefik.yml')
-rw-r--r-- | playbooks/roles/traefik/templates/stacks/traefik.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |