mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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
|
- ..:/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
|
||||||
|
|
Loading…
Reference in a new issue