🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2018-06-20 21:03:23.0 +05:30:00
committer Nemo <me@captnemo.in> 2018-06-20 21:03:23.0 +05:30:00
commit
0dd428e4dc7eef3d853074ccb1c8faf8e66288c4 [patch]
tree
adbd7789c1bc120971252de82af21ef4cccd3224
parent
453e976d85d380e1ecf68aaef07a3c9c7e3c0af5
download
0dd428e4dc7eef3d853074ccb1c8faf8e66288c4.tar.gz

Tag ubooquity with the correct network for traefik



Diff

 docker/ubooquity.tf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/ubooquity.tf b/docker/ubooquity.tf
index 1cdf71d..1486d81 100644
--- a/docker/ubooquity.tf
+++ a/docker/ubooquity.tf
@@ -46,6 +46,7 @@
    "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 {