Make traefik accessible to VPN

This commit is contained in:
Nemo 2017-11-20 11:23:56 +05:30
parent dea3c84430
commit efe77870aa
1 changed files with 6 additions and 0 deletions

View File

@ -231,6 +231,12 @@ resource "docker_container" "traefik" {
ip = "192.168.1.111"
}
ports {
internal = 80
external = 8888
ip = "10.8.0.14"
}
upload {
content = "${file("${path.module}/conf/traefik.toml")}"
file = "/etc/traefik/traefik.toml"