Add tandoor, fix traccar and fix an authentik env variable
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user