mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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
|
- ..:/workspaces:cached
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
environment:
|
environment:
|
||||||
|
DB_POSTGRESDB_HOST: postgres
|
||||||
DB_TYPE: postgresdb
|
DB_TYPE: postgresdb
|
||||||
DB_POSTGRESDB_PASSWORD: password
|
DB_POSTGRESDB_PASSWORD: password
|
||||||
|
|||||||
Reference in New Issue
Block a user