Add penpot to active services

This commit is contained in:
2025-11-12 14:10:18 +00:00
parent a7e442ff10
commit 733ecdf498
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -79,3 +79,8 @@ module "actualbudget" {
networks = [module.infrastructure_int.name]
}
module "penpot" {
source = "${local.module_dir}/30-services-software/penpot-service"
volume_path = "${local.root_volume}/penpot"
networks = [module.infrastructure_int.name]
}
+1
View File
@@ -11,6 +11,7 @@ output "service_definitions" {
module.qbittorrent.service_definition,
module.coder.service_definition,
module.actualbudget.service_definition,
module.penpot.service_definition,
]
}