Update databases.yaml

master
Dex Burgess 2024-03-28 07:15:20 +00:00
parent 0f50671f3a
commit a7c24053e4
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ services:
environment: environment:
MONGO_INITDB_ROOT_USERNAME: $MONGO_USER MONGO_INITDB_ROOT_USERNAME: $MONGO_USER
MONGO_INITDB_ROOT_PASSWORD: $MONGO_PASS MONGO_INITDB_ROOT_PASSWORD: $MONGO_PASS
volumes:
- /dockers/mongo/data:/data/db
- /dockers/init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
mongo-express: mongo-express:
image: mongo-express image: mongo-express