From 58b65320e2cd5c1846ea0e8b13de768bd535c590 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 27 Dec 2022 09:43:06 -0800 Subject: [PATCH] [on-fire-within] bump traefik --- on-fire-within/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/on-fire-within/main.yml b/on-fire-within/main.yml index bdad158..0495f3e 100644 --- a/on-fire-within/main.yml +++ b/on-fire-within/main.yml @@ -3,6 +3,8 @@ - hosts: on-fire-within become: yes + vars_files: + - vars.private tasks: - name: Set authorized keys from GitHub @@ -227,7 +229,7 @@ - traefik.http.services.syncthing.loadbalancer.server.port=8384 restart: unless-stopped traefik: - image: traefik:v2.5 + image: traefik:v2.9.6 container_name: traefik ports: - 80:80