mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 08:23:11 +00:00
compose: use 3001 port for grafana, 3000 for explorer
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
43c9aa546a
commit
3d4130ccd2
@ -36,7 +36,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- RPC_URL=${RPC_URL:-http://foundry:8545}
|
- RPC_URL=${RPC_URL:-http://foundry:8545}
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
command:
|
command:
|
||||||
- '/opt/deploy_rln_contract.sh'
|
- '/opt/deploy_rln_contract.sh'
|
||||||
volumes:
|
volumes:
|
||||||
- ./deploy_rln_contract.sh:/opt/deploy_rln_contract.sh
|
- ./deploy_rln_contract.sh:/opt/deploy_rln_contract.sh
|
||||||
@ -63,7 +63,7 @@ services:
|
|||||||
- ./run_bootstrap.sh:/opt/run_bootstrap.sh:Z
|
- ./run_bootstrap.sh:/opt/run_bootstrap.sh:Z
|
||||||
networks:
|
networks:
|
||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
nwaku:
|
nwaku:
|
||||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
@ -145,9 +145,7 @@ services:
|
|||||||
- ./monitoring/configuration/customizations/custom-logo.svg:/usr/share/grafana/public/img/grafana_typelogo.svg:z
|
- ./monitoring/configuration/customizations/custom-logo.svg:/usr/share/grafana/public/img/grafana_typelogo.svg:z
|
||||||
- ./monitoring/configuration/customizations/custom-logo.png:/usr/share/grafana/public/img/fav32.png:z
|
- ./monitoring/configuration/customizations/custom-logo.png:/usr/share/grafana/public/img/fav32.png:z
|
||||||
ports:
|
ports:
|
||||||
#- 127.0.0.1:3000:3000
|
- 0.0.0.0:3001:3001
|
||||||
# open port to access the dashboard
|
|
||||||
- 3000:3000
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
@ -190,12 +188,12 @@ services:
|
|||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- REDIS_PORT=6379
|
- REDIS_PORT=6379
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- mongodb
|
- mongodb
|
||||||
- foundry
|
- foundry
|
||||||
networks:
|
networks:
|
||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:5.0.8
|
image: mongo:5.0.8
|
||||||
environment:
|
environment:
|
||||||
@ -208,7 +206,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: web3labs/epirus-free-web:latest
|
image: web3labs/epirus-free-web:latest
|
||||||
ports:
|
ports:
|
||||||
- 0.0.0.0:3001:3000
|
- 0.0.0.0:3000:3000
|
||||||
environment:
|
environment:
|
||||||
- API_URL=http://localhost:8090
|
- API_URL=http://localhost:8090
|
||||||
- WS_API_URL=ws://localhost:8090
|
- WS_API_URL=ws://localhost:8090
|
||||||
@ -217,7 +215,7 @@ services:
|
|||||||
- api
|
- api
|
||||||
networks:
|
networks:
|
||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
ingestion:
|
ingestion:
|
||||||
image: web3labs/epirus-free-ingestion:latest
|
image: web3labs/epirus-free-ingestion:latest
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
instance_name = nwaku dashboard
|
instance_name = nwaku dashboard
|
||||||
|
|
||||||
|
[server]
|
||||||
|
http_port = 3001
|
||||||
|
|
||||||
;[dashboards.json]
|
;[dashboards.json]
|
||||||
;enabled = true
|
;enabled = true
|
||||||
;path = /home/git/grafana/grafana-dashboards/dashboards
|
;path = /home/git/grafana/grafana-dashboards/dashboards
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user