chore(n8n): update PostgreSQL host IP in nomad job specification

This commit is contained in:
Ben Martin 2025-06-02 19:23:12 +01:00
parent 68e04e766b
commit 30bef71bb9
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -66,7 +66,7 @@ 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"