Add pelican to infra stack for friendos
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user