Remove pelican-wings from deployment

This commit is contained in:
2025-11-12 21:19:51 +00:00
parent fd3dff1252
commit 4287a90522
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -37,12 +37,6 @@ module "pelican" {
networks = [module.infrastructure_int.name]
}
module "wings" {
source = "${local.module_dir}/20-services-entertainment/wings-service"
volume_path = "${local.root_volume}/wings"
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
@@ -4,7 +4,6 @@ output "service_definitions" {
module.jellyfin.service_definition,
module.calibre.service_definition,
module.pelican.service_definition,
module.wings.service_definition,
module.authentik.service_definition,
module.traccar.service_definition,
module.tandoor.service_definition,