fix(e2e): 🐛 update database credentials in docker-compose.e2e.yml
This commit is contained in:
parent
d472fad8d7
commit
4fa5733775
1 changed files with 6 additions and 5 deletions
|
|
@ -148,11 +148,12 @@ services:
|
|||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3015
|
||||
DATABASE_HOST: postgres
|
||||
DATABASE_PORT: 5432
|
||||
DATABASE_USER: analytics
|
||||
DATABASE_PASSWORD: analytics_e2e_test
|
||||
DATABASE_NAME: analytics_e2e
|
||||
# attributes-api uses DB_* instead of DATABASE_*
|
||||
DB_HOST: postgres
|
||||
DB_PORT: 5432
|
||||
DB_USER: analytics
|
||||
DB_PASSWORD: analytics_e2e_test
|
||||
DB_NAME: analytics_e2e
|
||||
DISABLE_AUTH: "true"
|
||||
depends_on:
|
||||
postgres:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue