Restore n8n self-health API key env

This commit is contained in:
Fizzlepoof
2026-05-16 22:03:23 +00:00
parent ee531c55f3
commit e2470ff7c9

View File

@@ -29,6 +29,7 @@ services:
N8N_PROTOCOL: https
WEBHOOK_URL: https://${N8N_HOST}/
N8N_ENCRYPTION_KEY: ${N8N_ENCRYPTION_KEY}
N8N_API_KEY: ${N8N_API_KEY}
DB_TYPE: postgresdb
DB_POSTGRESDB_HOST: shared-postgres
DB_POSTGRESDB_PORT: 5432