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