Use shorthand for ingress middlware for photoprism
This commit is contained in:
parent
744466bf07
commit
2e7dc0315e
@ -102,8 +102,8 @@ module "photoprism_module" {
|
||||
|
||||
ingress = true
|
||||
service_port = 2342
|
||||
service_tags = [
|
||||
"traefik.http.routers.photoprism.middlewares=authelia@nomad",
|
||||
ingress_middlewares = [
|
||||
"authelia@nomad"
|
||||
]
|
||||
|
||||
mysql_bootstrap = {
|
||||
|
Loading…
Reference in New Issue
Block a user