Tag ubooquity with the correct network for traefik

This commit is contained in:
Nemo 2018-06-20 21:03:23 +05:30
parent 453e976d85
commit 0dd428e4dc
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ resource "docker_container" "ubooquity" {
"traefik.read.frontend.headers.browserXSSFilter" = "true"
"traefik.read.frontend.headers.customResponseHeaders" = "${var.xpoweredby}"
"traefik.frontend.headers.customFrameOptionsValue" = "${var.xfo_allow}"
"traefik.docker.network" = "traefik"
}
upload {