mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 08:33:15 +00:00
use the correct postgres password
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
|||||||
- DB_TYPE=postgresdb
|
- DB_TYPE=postgresdb
|
||||||
- DB_POSTGRESDB_HOST=postgres
|
- DB_POSTGRESDB_HOST=postgres
|
||||||
- DB_POSTGRESDB_USER=${POSTGRES_USER}
|
- DB_POSTGRESDB_USER=${POSTGRES_USER}
|
||||||
- DB_POSTGRESDB_PASSWORD=${POSTGRES_DB}
|
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
ports:
|
ports:
|
||||||
- 5678:5678
|
- 5678:5678
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user