Compare commits

...

3 commits

Author SHA1 Message Date
824b167ec9 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Successful in 1m22s
Terraform CI/CD / Terraform Plan (pull_request) Failing after 1m0s
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 1m16s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 49s
2025-05-06 12:08:21 +00:00
fc0029b2fa chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.129.0
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 3m32s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 50s
2025-05-06 12:07:51 +00:00
ben
b5e66efc76 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
2025-05-06 12:00:06 +00:00
3 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ job "matrix" {
driver = "docker"
config {
image = "ghcr.io/element-hq/synapse:v1.128.0"
image = "ghcr.io/element-hq/synapse:v1.129.0"
volumes = [
"/mnt/docker/matrix/synapse:/data",

View file

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

View file

@ -11,7 +11,7 @@ job "renovate" {
driver = "docker"
config {
image = "ghcr.io/renovatebot/renovate:39.264.0"
image = "ghcr.io/renovatebot/renovate:40.4.0"
}
resources {