1
0
Fork 0

Isolate backend with same name on different provider

This commit is contained in:
SALLEYRON Julien 2018-02-16 11:04:04 +01:00 committed by Traefiker Bot
parent d54777236c
commit 45fe218ee2
4 changed files with 63 additions and 4 deletions

View file

@ -0,0 +1,25 @@
defaultEntryPoints = ["http"]
debug=true
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
[docker]
endpoint = "unix:///var/run/docker.sock"
watch = true
exposedbydefault = false
[file]
[frontends]
[frontends.frontend-1]
backend = "backend-test"
[frontends.frontend-1.routes.test_1]
rule = "PathPrefix:/file"
[backends]
[backends.backend-test]
[backends.backend-test.servers.website]
url = "http://{{ .IP }}"