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