mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: remove mongo-express image
This commit is contained in:
parent
7b0c90ce06
commit
429a95c50a
1 changed files with 0 additions and 9 deletions
|
|
@ -20,12 +20,3 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- MONGO_INITDB_ROOT_USERNAME=learnhouse
|
- MONGO_INITDB_ROOT_USERNAME=learnhouse
|
||||||
- MONGO_INITDB_ROOT_PASSWORD=learnhouse
|
- MONGO_INITDB_ROOT_PASSWORD=learnhouse
|
||||||
mongo-express:
|
|
||||||
image: mongo-express
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- 8081:8081
|
|
||||||
environment:
|
|
||||||
ME_CONFIG_MONGODB_ADMINUSERNAME: learnhouse
|
|
||||||
ME_CONFIG_MONGODB_ADMINPASSWORD: learnhouse
|
|
||||||
ME_CONFIG_MONGODB_URL: mongodb://learnhouse:learnhouse@mongo:27017/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue