sophia.events/proxy/http.toml
2018-02-02 13:11:49 +01:00

22 lines
369 B
TOML

# Entrypoints
defaultEntryPoints = ["http"]
# Global configuration
debug = true
logLevel = "DEBUG"
# Web configuration backend
[api]
address = ":8080"
[entryPoints]
[entryPoints.http]
address = ":80"
# Docker configuration backend
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "sophia.events"
watch = true
swarmmode = true
exposedbydefault = false