64b8fc52c3
- Update compose file. - Add integration test for Marathon application deployment.
15 lines
216 B
TOML
15 lines
216 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[web]
|
|
address = ":9090"
|
|
|
|
[marathon]
|
|
endpoint = "{{.MarathonURL}}"
|
|
watch = true
|
|
exposedByDefault = true
|