Fix connection string
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- mongo
|
||||
- mosquitto
|
||||
environment:
|
||||
- MONGO_URI=mongodb://user:psk358xpg@customer-database:27017
|
||||
- MONGO_URI=mongodb://user:psk358xpg@customer-database:27017/customer-db?authSource=customer-db
|
||||
- DATABASE_NAME=customer-db
|
||||
- LOCAL_BROKER_USERNAME=main
|
||||
- LOCAL_BROKER_PASSWORD=hepl
|
||||
|
||||
Reference in New Issue
Block a user