Skip to content
Snippets Groups Projects

Update mongo-express version to v1.0.2

Merged Ghost User requested to merge update-mongo-express-for-clab into master
2 files
+ 31
35
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -39,8 +39,7 @@ topology:
@@ -39,8 +39,7 @@ topology:
- 55055:55055
- 55055:55055
- 8080:8080
- 8080:8080
- 40000:40000
- 40000:40000
cmd:
cmd: --config /app/configs/containerlab-gosdn.toml
--config /app/configs/containerlab-gosdn.toml
mgmt-ipv4: 172.100.0.5
mgmt-ipv4: 172.100.0.5
env:
env:
GOSDN_ADMIN_PASSWORD: TestPassword
GOSDN_ADMIN_PASSWORD: TestPassword
@@ -54,8 +53,7 @@ topology:
@@ -54,8 +53,7 @@ topology:
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
- ../../artifacts/ssl/gnmi-target:/etc/gnmi-target/ssl
ports:
ports:
- 7030:7030
- 7030:7030
cmd:
cmd: start --cert /etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt --key /etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key
start --cert /etc/gnmi-target/ssl/certs/gnmi-target-selfsigned.crt --key /etc/gnmi-target/ssl/private/gnmi-target-selfsigned.key
mgmt-ipv4: 172.100.0.6
mgmt-ipv4: 172.100.0.6
plugin-registry:
plugin-registry:
@@ -94,24 +92,25 @@ topology:
@@ -94,24 +92,25 @@ topology:
mongodb-express:
mongodb-express:
kind: linux
kind: linux
image: mongo-express:0.54.0
image: mongo-express:1.0.2
ports:
ports:
- 8081:8081
- 8081:8081
env:
env:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_AUTH_USERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_AUTH_PASSWORD: example
ME_CONFIG_MONGODB_SERVER: mongodb
ME_CONFIG_MONGODB_SERVER: mongodb
 
ME_CONFIG_BASICAUTH: "false"
mgmt-ipv4: 172.100.0.14
mgmt-ipv4: 172.100.0.14
rabbitmq:
rabbitmq:
kind: linux
kind: linux
image: rabbitmq:3-management
image: rabbitmq:3-management
ports:
ports:
- 127.0.0.1:5672:5672
- 127.0.0.1:5672:5672
- 127.0.0.1:15672:15672
- 127.0.0.1:15672:15672
mgmt-ipv4: 172.100.0.15
mgmt-ipv4: 172.100.0.15
links:
links:
- endpoints: ["ceos0:eth1","ceos1:eth1"]
- endpoints: ["ceos0:eth1", "ceos1:eth1"]
- endpoints: ["ceos0:eth2","centos0:eth1"]
- endpoints: ["ceos0:eth2", "centos0:eth1"]
- endpoints: ["ceos1:eth2","centos1:eth1"]
- endpoints: ["ceos1:eth2", "centos1:eth1"]
Loading