mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 01:26:44 +00:00
fix(core): Add DB host to n8n environment variables for dev-containers (no-changelog) (#9951)
This commit is contained in:
@@ -19,5 +19,6 @@ services:
|
||||
- ..:/workspaces:cached
|
||||
command: sleep infinity
|
||||
environment:
|
||||
DB_POSTGRESDB_HOST: postgres
|
||||
DB_TYPE: postgresdb
|
||||
DB_POSTGRESDB_PASSWORD: password
|
||||
|
||||
Reference in New Issue
Block a user