nebula/heimdall.tf

18 lines
374 B
Terraform
Raw Normal View History

2019-08-11 16:10:29 +00:00
# module "heimdall" {
# name = "heimdall"
# source = "modules/container"
# image = "linuxserver/heimdall:latest"
# web {
# expose = true
# port = 443
# protocol = "https"
# basicauth = "true"
# host = "home.bb8.fun"
# }
# networks = "${list(module.docker.traefik-network-id)}"
# env = [
# "TZ=Asia/Kolkata",
# ]
# }
2018-07-31 08:37:08 +00:00