feat: add file provider
This commit is contained in:
parent
165e075f54
commit
63c5e1f4eb
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
- name: Create letsencrypt folder
|
- name: Create letsencrypt folder
|
||||||
file:
|
file:
|
||||||
path: /etc/traefik
|
path: /etc/traefik/config
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0775
|
mode: 0775
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
@ -15,7 +15,9 @@ providers:
|
|||||||
docker:
|
docker:
|
||||||
endpoint: "unix:///var/run/docker.sock"
|
endpoint: "unix:///var/run/docker.sock"
|
||||||
network: systemd-traefik
|
network: systemd-traefik
|
||||||
|
file:
|
||||||
|
directory: /etc/traefik/config
|
||||||
|
watch: true
|
||||||
|
|
||||||
# API and dashboard configuration
|
# API and dashboard configuration
|
||||||
api:
|
api:
|
||||||
|
Loading…
Reference in New Issue
Block a user