chore(media-centre): fix formatting
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Successful in 1m31s
Terraform CI/CD / Terraform Plan (pull_request) Failing after 1m8s
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 1m18s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 51s

This commit is contained in:
Ben Martin 2025-05-06 12:00:06 +00:00
parent 214f64bc12
commit b5e66efc76

View file

@ -9,7 +9,7 @@ job "media-centre" {
to = 9102 to = 9102
} }
} }
task "plex" { task "plex" {
driver = "docker" driver = "docker"
@ -129,7 +129,7 @@ job "media-centre" {
to = 9102 to = 9102
} }
} }
task "tautulli" { task "tautulli" {
driver = "docker" driver = "docker"
@ -178,7 +178,7 @@ job "media-centre" {
} }
} }
} }
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.tautulli.entrypoints=websecure", "traefik.http.routers.tautulli.entrypoints=websecure",