proxy: Upgrade version, add subdomains

This commit is contained in:
paul 2018-05-24 13:57:16 +02:00 committed by Hive
parent cf5c2aae50
commit 06e740ad00
2 changed files with 4 additions and 2 deletions

View file

@ -61,6 +61,8 @@ exposedbydefault = false
"mail.zom.bi", "mail.zom.bi",
"music.zom.bi", "music.zom.bi",
"org.zom.bi", "org.zom.bi",
"ovpn.zom.bi",
"pad.zom.bi",
"push.zom.bi", "push.zom.bi",
"static.zom.bi", "static.zom.bi",
"stream.zom.bi", "stream.zom.bi",
@ -74,7 +76,7 @@ exposedbydefault = false
[[acme.domains]] [[acme.domains]]
main = "suprememachines.de" main = "suprememachines.de"
sans = ["www.suprememachines.de", "git.suprememachines.de"] sans = ["www.suprememachines.de", "git.suprememachines.de", "pad.suprememachines.de"]
# You can define multiple of these blocks, each of which will result in one # You can define multiple of these blocks, each of which will result in one
# certificate. # certificate.

View file

@ -2,7 +2,7 @@ version: '2'
services: services:
proxy: proxy:
image: traefik:1.5 image: traefik:1.6
command: --logLevel=ERROR command: --logLevel=ERROR
ports: ports:
- "80:80" - "80:80"