Adopt new hierarchy pattern

This commit is contained in:
Colin Hebert
2022-12-28 21:59:34 +01:00
parent e19e325c65
commit 7ce6a968c7
21 changed files with 24 additions and 23 deletions

View File

@@ -0,0 +1,29 @@
providers:
docker:
endpoint: tcp://docker:2375
exposedByDefault: false
network: traefik
serverstransport:
insecureskipverify: true
api:
insecure: true
accessLog: {}
entryPoints:
web:
address: :80
http:
# redirections:
# entryPoint:
# to: websecure
# scheme: https
websecure:
address: :443
http:
tls: {}
global:
sendAnonymousUsage: false