Skip to content

Commit

Permalink
Merge pull request #31 from EGA-archive/urgent-fix
Browse files Browse the repository at this point in the history
Added mongo-express
  • Loading branch information
costero-e authored Jan 10, 2025
2 parents cdc1fd7 + dce4351 commit 88f079b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/conf/api_version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api_version: v2.0-e127806
api_version: v2.0-cdc1fd7
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 88f079b

Please sign in to comment.