Change TLS definition and change log format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-08-08 00:08:26 +02:00
parent 36db975a0f
commit 7f4b46b76d
2 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,7 @@ traefik_cpu_limit: 500m
traefik_memory_limit: 300Mi
traefik_entrypoints:
- { name: "http", port: 80, proto: "TCP" }
- { name: "https", port: 443, proto: "TCP" }
- { name: "https", port: 443, proto: "TCP", tls: true }
- { name: "traefik", port: 8080, proto: "TCP" }
basic_auth: false