chore(n8n): update PostgreSQL host IP in nomad job specification
This commit is contained in:
parent
68e04e766b
commit
30bef71bb9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ job "n8n" {
|
||||||
env = {
|
env = {
|
||||||
DB_TYPE = "postgresdb"
|
DB_TYPE = "postgresdb"
|
||||||
DB_POSTGRESDB_DATABASE = "n8n"
|
DB_POSTGRESDB_DATABASE = "n8n"
|
||||||
DB_POSTGRESDB_HOST = "martinibar.lan"
|
DB_POSTGRESDB_HOST = "192.168.1.10"
|
||||||
DB_POSTGRESDB_PORT = "5433"
|
DB_POSTGRESDB_PORT = "5433"
|
||||||
DB_POSTGRESDB_USER = "n8n"
|
DB_POSTGRESDB_USER = "n8n"
|
||||||
DB_POSTGRESDB_SCHEMA = "n8n"
|
DB_POSTGRESDB_SCHEMA = "n8n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue