traefik config
This commit is contained in:
18
configs/traefik.yml
Normal file
18
configs/traefik.yml
Normal 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
|
Reference in New Issue
Block a user