Add traefik config

This commit is contained in:
Götz 2019-04-15 15:03:07 +02:00
parent a79b771e89
commit 5f6ac397e2
2 changed files with 14 additions and 0 deletions

View File

@ -77,6 +77,7 @@ services:
- 80:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./docker/traefik/traefik.toml:/etc/traefik/traefik.toml
networks:
- frontend_net
labels:

View File

@ -0,0 +1,13 @@
debug = false
logLevel = "WARN"
defaultEntryPoints = ["https", "http"]
[api]
[docker]
swarmMode = false
exposedByDefault = false
[entryPoints]
[entryPoints.http]
address = ":80"