feat: add glance

This commit is contained in:
Yuris Cakranegara
2025-06-28 13:04:30 +10:00
parent 9d5b083b32
commit 5cd8d36d97
4 changed files with 136 additions and 0 deletions

View File

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