feat: add coolify

This commit is contained in:
Yuris Cakranegara
2025-06-09 20:54:10 +10:00
parent 27ce999c97
commit b48f81ed9d
8 changed files with 621 additions and 0 deletions

View File

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