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",
"music.zom.bi",
"org.zom.bi",
"ovpn.zom.bi",
"pad.zom.bi",
"push.zom.bi",
"static.zom.bi",
"stream.zom.bi",
@ -74,7 +76,7 @@ exposedbydefault = false
[[acme.domains]]
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
# certificate.

View file

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