traefik config

This commit is contained in:
2020-10-05 17:25:03 +02:00
parent fbd40e6c9c
commit afe1019b49
7 changed files with 206 additions and 77 deletions

18
configs/traefik.yml Normal file
View File

@ -0,0 +1,18 @@
log:
level: DEBUG
providers:
docker:
exposedByDefault: true
network: inbound
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
api:
dashboard: true
debug: true
global:
sendAnonymousUsage: false
checkNewVersion: true