Add penpot to active services
This commit is contained in:
@@ -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]
|
||||
}
|
||||
@@ -11,6 +11,7 @@ output "service_definitions" {
|
||||
module.qbittorrent.service_definition,
|
||||
module.coder.service_definition,
|
||||
module.actualbudget.service_definition,
|
||||
module.penpot.service_definition,
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user