feat: add copyparty
This commit is contained in:
@@ -37,6 +37,13 @@ module "calibre" {
|
||||
networks = [module.homelab_docker_network.name]
|
||||
}
|
||||
|
||||
module "copyparty" {
|
||||
source = "${local.module_dir}/20-services-apps/copyparty"
|
||||
fileshare_path = "${local.root_volume}"
|
||||
config_path = "${local.volume_host}/copyparty"
|
||||
networks = [module.homelab_docker_network.name]
|
||||
}
|
||||
|
||||
module "crawl4ai" {
|
||||
source = "${local.module_dir}/20-services-apps/crawl4ai"
|
||||
volume_path = "${local.volume_host}/crawl4ai"
|
||||
|
||||
@@ -7,6 +7,7 @@ output "service_definitions" {
|
||||
module.actualbudget.service_definition,
|
||||
module.affine.service_definition,
|
||||
module.calibre.service_definition,
|
||||
module.copyparty.service_definition,
|
||||
module.crawl4ai.service_definition,
|
||||
module.emulatorjs.service_definition,
|
||||
module.glance.service_definition,
|
||||
|
||||
Reference in New Issue
Block a user