chore(n8n): set N8N_PROXY_HOPS to 2 in Nomad job specification
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 2m37s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 1m26s

This commit is contained in:
Ben Martin 2025-06-02 19:58:28 +01:00
parent 57d4df8402
commit 8f9f79e9a2
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -73,6 +73,7 @@ job "n8n" {
N8N_PROTOCOL = "https" N8N_PROTOCOL = "https"
N8N_HOST = "n8n.brmartin.co.uk" N8N_HOST = "n8n.brmartin.co.uk"
N8N_PORT = "443" N8N_PORT = "443"
N8N_PROXY_HOPS = "2"
} }
template { template {