1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-07-14 16:30:27 +03:00

fix(core): Add DB host to n8n environment variables for dev-containers (no-changelog) (#9951)

This commit is contained in:
jeanpaul 2024-07-05 12:20:56 +02:00 committed by GitHub
parent c7d4b471c4
commit 0f5dea37f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,5 +19,6 @@ services:
- ..:/workspaces:cached
command: sleep infinity
environment:
DB_POSTGRESDB_HOST: postgres
DB_TYPE: postgresdb
DB_POSTGRESDB_PASSWORD: password