add tor-proxy service to allow containers to proxy traffic via tor [ci skip]

This commit is contained in:
Viktor Barzin 2025-06-01 00:19:10 +00:00
parent 7b974c387f
commit 8bca25f953
2 changed files with 117 additions and 0 deletions

View file

@ -620,3 +620,8 @@ module "real-estate-crawler" {
source = "./real-estate-crawler"
tls_secret_name = var.tls_secret_name
}
module "tor-proxy" {
source = "./tor-proxy"
tls_secret_name = var.tls_secret_name
}