feat: add glance
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -8,6 +8,7 @@ output "service_definitions" {
|
||||
module.affine.service_definition,
|
||||
module.calibre.service_definition,
|
||||
module.emulatorjs.service_definition,
|
||||
module.glance.service_definition,
|
||||
module.linkwarden.service_definition,
|
||||
module.ntfy.service_definition,
|
||||
module.pterodactyl_wings.service_definition,
|
||||
|
||||
Reference in New Issue
Block a user