mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(core): Add DB host to n8n environment variables for dev-containers (no-changelog) (#9951)
This commit is contained in:
parent
c7d4b471c4
commit
0f5dea37f4
|
@ -19,5 +19,6 @@ services:
|
|||
- ..:/workspaces:cached
|
||||
command: sleep infinity
|
||||
environment:
|
||||
DB_POSTGRESDB_HOST: postgres
|
||||
DB_TYPE: postgresdb
|
||||
DB_POSTGRESDB_PASSWORD: password
|
||||
|
|
Loading…
Reference in a new issue