Loading docker-compose.yml +14 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,20 @@ networks: services: traefik: image: traefik:1.7.11 command: --api --api.statistics --docker command: > --api --api.statistics --docker --docker.watch --docker.exposedbydefault=false --acme --acme.email=${EMAIL} --acme.storage="acme.json" --acme.entryPoint:https --acme.httpChallenge.entryPoint=http --acme.onhostrule=true --acme.acmelogging=true --loglevel=INFO restart: always ports: - '80:80' Loading traefik/traefik.toml +2 −13 Original line number Diff line number Diff line logLevel = "DEBUG" defaultEntryPoints = ["http", "https"] [traefikLog] Loading @@ -16,10 +15,12 @@ defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.http] address = ":80" compress = true [entryPoints.http.redirect] entryPoint = "https" [entryPoints.https] address = ":443" compress = true [entryPoints.https.tls] # API definition Loading @@ -28,15 +29,3 @@ entryPoint = "traefik" dashboard = true [api.statistics] recentErrors = 42 [acme] email = "tom@moulard.org" storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] entryPoint = "http" [docker] watch = true exposedByDefault = false No newline at end of file Loading
docker-compose.yml +14 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,20 @@ networks: services: traefik: image: traefik:1.7.11 command: --api --api.statistics --docker command: > --api --api.statistics --docker --docker.watch --docker.exposedbydefault=false --acme --acme.email=${EMAIL} --acme.storage="acme.json" --acme.entryPoint:https --acme.httpChallenge.entryPoint=http --acme.onhostrule=true --acme.acmelogging=true --loglevel=INFO restart: always ports: - '80:80' Loading
traefik/traefik.toml +2 −13 Original line number Diff line number Diff line logLevel = "DEBUG" defaultEntryPoints = ["http", "https"] [traefikLog] Loading @@ -16,10 +15,12 @@ defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.http] address = ":80" compress = true [entryPoints.http.redirect] entryPoint = "https" [entryPoints.https] address = ":443" compress = true [entryPoints.https.tls] # API definition Loading @@ -28,15 +29,3 @@ entryPoint = "traefik" dashboard = true [api.statistics] recentErrors = 42 [acme] email = "tom@moulard.org" storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] entryPoint = "http" [docker] watch = true exposedByDefault = false No newline at end of file