Add pelican to infra stack for friendos

This commit is contained in:
2025-10-07 19:15:18 +00:00
parent eae71077b5
commit 399fd5717b
5 changed files with 209 additions and 0 deletions
+6
View File
@@ -31,6 +31,12 @@ module "calibre" {
networks = [module.infrastructure_int.name]
}
module "pelican" {
source = "${local.module_dir}/20-services-entertainment/pelican-service"
volume_path = "${local.root_volume}/pelican"
networks = [module.infrastructure_int.name]
}
module "authentik" {
source = "${local.module_dir}/30-services-software/authentik-service"
volume_path = "${local.root_volume}/authentik"
+1
View File
@@ -3,6 +3,7 @@ output "service_definitions" {
value = [
module.jellyfin.service_definition,
module.calibre.service_definition,
module.pelican.service_definition,
module.authentik.service_definition,
module.traccar.service_definition,
module.tandoor.service_definition,