Remove pelican-wings from deployment
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user