traefik/integration/fixtures/marathon/simple.toml
Timo Reimann 64b8fc52c3 [marathon] Fix and extend integration tests.
- Update compose file.
- Add integration test for Marathon application deployment.
2017-08-10 21:58:08 +02:00

16 lines
216 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[web]
address = ":9090"
[marathon]
endpoint = "{{.MarathonURL}}"
watch = true
exposedByDefault = true