feat: add AFFiNE

This commit is contained in:
Yuris Cakranegara
2025-06-18 22:23:57 +10:00
parent b5832c27a9
commit b73c7ab21d
5 changed files with 343 additions and 0 deletions

View File

@@ -24,6 +24,12 @@ module "actualbudget" {
networks = [module.homelab_docker_network.name]
}
module "affine" {
source = "${local.module_dir}/20-services-apps/affine"
volume_path = "${local.volume_host}/affine"
networks = [module.homelab_docker_network.name]
}
module "emulatorjs" {
source = "${local.module_dir}/20-services-apps/emulatorjs"
volume_path = "${local.volume_host}/emulatorjs"