Switched apache to 90, traefik to 80

This commit is contained in:
Nemo 2017-11-26 19:52:49 +05:30
parent 62ee3b47f2
commit 9fa12af40d
2 changed files with 11 additions and 0 deletions

View File

@ -47,6 +47,8 @@ storage = "/acme/acme.json"
entryPoint = "https"
dnsProvider = "cloudflare"
onHostRule = true
onDemand = true
# Waiting till december to get wildcard SSL on LE
# [[acme.domains]]
# main = "bb8.fun"
@ -56,3 +58,5 @@ onHostRule = true
# domain = "in.bb8.fun,bb8.fun"
# watch = true
# exposedbydefault = false

View File

@ -233,6 +233,13 @@ resource "docker_container" "traefik" {
ip = "192.168.1.111"
}
# Local Web Server
ports {
internal = 80
external = 80
ip = "192.168.1.111"
}
# Local Web Server (HTTPS)
ports {
internal = 443