Add tandoor, fix traccar and fix an authentik env variable

This commit is contained in:
2025-08-12 18:23:56 +00:00
parent 148bad8353
commit 3890e2a7ae
8 changed files with 179 additions and 5 deletions
+8
View File
@@ -32,6 +32,14 @@ module "traccar" {
]
}
module "tandoor" {
source = "${local.module_dir}/30-services-software/tandoor-service"
volume_path = "${local.root_volume}/tandoor"
networks = [
"blue",
]
}
module "jellyfin" {
source = "${local.module_dir}/20-services-entertainment/jellyfin-service"
volume_path = "${local.root_volume}/jellyfin"
+1
View File
@@ -4,6 +4,7 @@ output "service_definitions" {
module.jellyfin.service_definition,
module.calibre.service_definition,
module.traccar.service_definition,
module.tandoor.service_definition,
module.authentik.service_definition,
]
}