23 lines
338 B
Plaintext
23 lines
338 B
Plaintext
|
api:
|
||
|
dashboard: true
|
||
|
|
||
|
providers:
|
||
|
docker:
|
||
|
exposedbydefault: false
|
||
|
file:
|
||
|
directory: /etc/traefik/dynamic
|
||
|
|
||
|
entrypoints:
|
||
|
web:
|
||
|
address: ':80'
|
||
|
http:
|
||
|
redirections:
|
||
|
entrypoint:
|
||
|
to: websecure
|
||
|
scheme: https
|
||
|
permanent: true
|
||
|
websecure:
|
||
|
address: ':443'
|
||
|
http:
|
||
|
tls: {}
|