chore(n8n): add environment variables for N8N protocol, host, and port in jobspec.nomad.hcl
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 2m27s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 48s

This commit is contained in:
Ben Martin 2025-06-02 19:33:49 +01:00
parent 30bef71bb9
commit 83ee33309c
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -70,6 +70,9 @@ job "n8n" {
DB_POSTGRESDB_PORT = "5433"
DB_POSTGRESDB_USER = "n8n"
DB_POSTGRESDB_SCHEMA = "n8n"
N8N_PROTOCOL = "https"
N8N_HOST = "n8n.brmartin.co.uk"
N8N_PORT = "443"
}
template {