Added mongo-express
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
7e7ecaf65a
commit
7530b7b27b
@ -21,6 +21,8 @@ services:
|
||||
- 8000:8000
|
||||
depends_on:
|
||||
- mongo
|
||||
links:
|
||||
- mongo
|
||||
environment:
|
||||
- ASPNETCORE_URLS=http://+:8000
|
||||
- EnableSwagger=true
|
||||
@ -36,6 +38,21 @@ services:
|
||||
networks:
|
||||
- react-backend
|
||||
|
||||
mongo-express:
|
||||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- 8081:8081
|
||||
environment:
|
||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||
ME_CONFIG_MONGODB_ADMINPASSWORD: example
|
||||
depends_on:
|
||||
- mongo
|
||||
links:
|
||||
- mongo
|
||||
networks:
|
||||
- react-backend
|
||||
|
||||
networks:
|
||||
react-backend: {}
|
||||
react-frontend: {}
|
||||
|
Loading…
Reference in New Issue
Block a user