Cleanup the mongodb env - breaking change

Fixes the consumer tests
This commit is contained in:
iPromKnight
2024-02-28 10:14:20 +00:00
parent fc0f6438ba
commit acff67d7ba
8 changed files with 29 additions and 20 deletions

View File

@@ -54,6 +54,9 @@ services:
image: mongo:latest
env_file:
- .env
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGODB_USER}
MONGO_INITDB_ROOT_PASSWORD: ${MONGODB_PASSWORD}
# # If you need the database to be accessible from outside, please open the below port.
# # Furthermore, please, please, please, change the username and password in the .env file.
# ports: