Compare commits
2 commits
68e04e766b
...
83ee33309c
Author | SHA1 | Date | |
---|---|---|---|
83ee33309c | |||
30bef71bb9 |
1 changed files with 4 additions and 1 deletions
|
@ -66,10 +66,13 @@ job "n8n" {
|
|||
env = {
|
||||
DB_TYPE = "postgresdb"
|
||||
DB_POSTGRESDB_DATABASE = "n8n"
|
||||
DB_POSTGRESDB_HOST = "martinibar.lan"
|
||||
DB_POSTGRESDB_HOST = "192.168.1.10"
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue