-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.json and docker-compose.yml
- Loading branch information
etienne
committed
Feb 6, 2024
1 parent
67660a9
commit 8ad4640
Showing
4 changed files
with
13,910 additions
and
12,859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
db.createUser({ | ||
user: process.env.MONGODB_USER, | ||
pwd: process.env.MONGODB_USER_PASSWORD, | ||
roles: [{ role: "readWrite", db: process.env.MONGO_INITDB_DATABASE }], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.