Use shorthand for ingress middlware for photoprism

This commit is contained in:
IamTheFij 2023-07-07 16:35:07 -07:00
parent 744466bf07
commit 2e7dc0315e
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {