chore(n8n): add environment variables for N8N protocol, host, and port in jobspec.nomad.hcl
This commit is contained in:
parent
30bef71bb9
commit
83ee33309c
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ job "n8n" {
|
||||||
DB_POSTGRESDB_PORT = "5433"
|
DB_POSTGRESDB_PORT = "5433"
|
||||||
DB_POSTGRESDB_USER = "n8n"
|
DB_POSTGRESDB_USER = "n8n"
|
||||||
DB_POSTGRESDB_SCHEMA = "n8n"
|
DB_POSTGRESDB_SCHEMA = "n8n"
|
||||||
|
N8N_PROTOCOL = "https"
|
||||||
|
N8N_HOST = "n8n.brmartin.co.uk"
|
||||||
|
N8N_PORT = "443"
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue