We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a717c3 commit 28337aeCopy full SHA for 28337ae
docker-compose.yaml
@@ -22,3 +22,11 @@ services:
22
environment:
23
MONGO_INITDB_ROOT_USERNAME: blog
24
MONGO_INITDB_ROOT_PASSWORD: blog
25
+
26
+ mongo-express:
27
+ container_name: node-api-boilerplate-mongo-express
28
+ image: mongo-express
29
+ ports:
30
+ - 8081:8081
31
+ environment:
32
+ ME_CONFIG_MONGODB_URL: mongodb://blog:blog@node-api-boilerplate-mongodb:27017
0 commit comments