feat: add calibre

This commit is contained in:
Yuris Cakranegara
2025-06-22 10:17:09 +10:00
parent b73c7ab21d
commit 9d5b083b32
4 changed files with 213 additions and 0 deletions

View File

@@ -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"