Compare commits
2 commits
37407f72c2
...
2461e97541
Author | SHA1 | Date | |
---|---|---|---|
2461e97541 | |||
e45d5b1773 |
2 changed files with 5 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 5ceb5aa6820075bb78ab22477bf85b2ffa23010b
|
||||
Subproject commit 720b2227e91b33518a0ad12011cb9235f9a23ee1
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
module "portainer" {
|
||||
#source = "github.com/matthewbaggett/terraform_modules//products/portainer/ui"
|
||||
source = "./lib/grey.ooo/products/portainer/ui"
|
||||
|
@ -6,11 +5,10 @@ module "portainer" {
|
|||
placement_constraints = ["node.role == manager"]
|
||||
networks = [module.traefik.docker_network]
|
||||
traefik = {
|
||||
domain = "portainer.${var.base_domain}",
|
||||
port = 9000,
|
||||
ssl = true,
|
||||
non-ssl = true
|
||||
basic-auth-users = ["techinc"]
|
||||
domain = "portainer.${var.base_domain}",
|
||||
port = 9000,
|
||||
ssl = true,
|
||||
non-ssl = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue