Use traefik 2.5.
This commit is contained in:
parent
d4be3972d8
commit
2e2a86b52e
2 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
tags: config
|
tags: config
|
||||||
|
|
||||||
- name: Configure SSL
|
- name: Configure SSL (if no existing certificates are found on the server)
|
||||||
copy:
|
copy:
|
||||||
content: ""
|
content: "{}"
|
||||||
force: no
|
force: no
|
||||||
dest: "{{ traefik_install_path }}/traefik/acme.json"
|
dest: "{{ traefik_install_path }}/traefik/acme.json"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
|
@ -8,7 +8,7 @@ networks:
|
||||||
services:
|
services:
|
||||||
# Load Balancer / SSL / Web Server
|
# Load Balancer / SSL / Web Server
|
||||||
revproxy:
|
revproxy:
|
||||||
image: traefik:v2.2
|
image: traefik:v2.5
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Add table
Reference in a new issue