Use traefik 2.5.

This commit is contained in:
Joschka Seydell 2021-11-13 14:55:50 -08:00
parent d4be3972d8
commit 2e2a86b52e
2 changed files with 3 additions and 3 deletions

View file

@ -44,9 +44,9 @@
mode: '0644'
tags: config
- name: Configure SSL
- name: Configure SSL (if no existing certificates are found on the server)
copy:
content: ""
content: "{}"
force: no
dest: "{{ traefik_install_path }}/traefik/acme.json"
mode: 0600

View file

@ -8,7 +8,7 @@ networks:
services:
# Load Balancer / SSL / Web Server
revproxy:
image: traefik:v2.2
image: traefik:v2.5
restart: unless-stopped
networks:
- public