forked from Ivasoft/traefik
[marathon] Fix and extend integration tests.
- Update compose file. - Add integration test for Marathon application deployment.
This commit is contained in:
committed by
Ludovic Fernandez
parent
19a5ba3264
commit
64b8fc52c3
@@ -1,9 +1,15 @@
|
||||
defaultEntryPoints = ["http"]
|
||||
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8000"
|
||||
|
||||
logLevel = "DEBUG"
|
||||
[web]
|
||||
address = ":9090"
|
||||
|
||||
[marathon]
|
||||
endpoint = "{{.MarathonURL}}"
|
||||
watch = true
|
||||
exposedByDefault = true
|
||||
|
||||
Reference in New Issue
Block a user