Skip to content

Commit

Permalink
adding mongoexpress
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jan 10, 2025
1 parent 60f4456 commit f0289f0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ services:
#- ./test-ca.pem:/test-ca.pem
#- ./test-client.pem:/test-client.pem
#command: --verbose

mongo-express:
image: mongo-express
restart: always
ports:
- 8081:8081
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/

beacon-ri-tools:
image: ghcr.io/ega-archive/beacon2-ri-tools-v2:latest
Expand Down
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ services:
networks:
- pub
#command: --verbose

mongo-express:
image: mongo-express
restart: always
ports:
- 8081:8081
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
networks:
- pub

beacon-ri-tools:
image: ghcr.io/ega-archive/beacon2-ri-tools-v2:latest
Expand Down

0 comments on commit f0289f0

Please sign in to comment.