Skip to content
Snippets Groups Projects
Commit 20dd6c52 authored by jurgenhaas's avatar jurgenhaas
Browse files

composer/library/docker-traefik#5 Make traefik configurable

parent 1306b608
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class Handler extends BaseHandler {
],
'traefik' => [
'domain' => $this->env->receive('traefik_domain', '', 'docker.localhost'),
'usessl' => 0,
'usessl' => $this->env->receive('traefik_usessl', '', '0'),
'port' => $this->env->receive('traefik_port', '', '8000'),
'ports' => $this->env->receive('traefik_ports', '', '8443'),
'cert' => $this->env->receive('traefik_cert', '', 'fullchain.pem'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment