Add a traefik frontend with basic features

This commit is contained in:
kaiyou
2017-09-10 18:07:19 +02:00
parent 856d6176ca
commit 9fc3ef4dd1
7 changed files with 107 additions and 4 deletions

14
traefik/conf/notls.toml Normal file
View File

@@ -0,0 +1,14 @@
defaultEntryPoints = ["http"]
logLevel = "ERROR"
accessLogsFile = "/dev/stdout"
[entryPoints]
[entryPoints.http]
address = ":80"
[docker]
endpoint = "unix:///docker.sock"
domain = "{{ DOMAIN }}"
watch = true
exposedbydefault = false