feat: add calibre
This commit is contained in:
@@ -30,6 +30,12 @@ module "affine" {
|
||||
networks = [module.homelab_docker_network.name]
|
||||
}
|
||||
|
||||
module "calibre" {
|
||||
source = "${local.module_dir}/20-services-apps/calibre"
|
||||
volume_path = "${local.volume_host}/calibre"
|
||||
networks = [module.homelab_docker_network.name]
|
||||
}
|
||||
|
||||
module "emulatorjs" {
|
||||
source = "${local.module_dir}/20-services-apps/emulatorjs"
|
||||
volume_path = "${local.volume_host}/emulatorjs"
|
||||
|
||||
@@ -6,6 +6,7 @@ output "service_definitions" {
|
||||
value = [
|
||||
module.actualbudget.service_definition,
|
||||
module.affine.service_definition,
|
||||
module.calibre.service_definition,
|
||||
module.emulatorjs.service_definition,
|
||||
module.linkwarden.service_definition,
|
||||
module.ntfy.service_definition,
|
||||
|
||||
Reference in New Issue
Block a user