mirror of
https://github.com/logos-messaging/lpt-runner.git
synced 2026-01-07 16:33:08 +00:00
Better connection with waku-simulator
This commit is contained in:
parent
38fd160590
commit
94e4779ec9
@ -27,6 +27,7 @@ x-test-running-conditions: &test_running_conditions
|
|||||||
services:
|
services:
|
||||||
publishernode:
|
publishernode:
|
||||||
image: ${LPT_IMAGE:-harbor.status.im/wakuorg/liteprotocoltester:latest}
|
image: ${LPT_IMAGE:-harbor.status.im/wakuorg/liteprotocoltester:latest}
|
||||||
|
# container_name: publishernode
|
||||||
deploy:
|
deploy:
|
||||||
replicas: ${NUM_PUBLISHER_NODES:-1}
|
replicas: ${NUM_PUBLISHER_NODES:-1}
|
||||||
<<:
|
<<:
|
||||||
@ -41,10 +42,11 @@ services:
|
|||||||
- /usr/bin/liteprotocoltester
|
- /usr/bin/liteprotocoltester
|
||||||
- SENDER
|
- SENDER
|
||||||
networks:
|
networks:
|
||||||
- waku-simulator_simulation
|
- simulation
|
||||||
|
|
||||||
receivernode:
|
receivernode:
|
||||||
image: ${LPT_IMAGE:-harbor.status.im/wakuorg/liteprotocoltester:latest}
|
image: ${LPT_IMAGE:-harbor.status.im/wakuorg/liteprotocoltester:latest}
|
||||||
|
# container_name: receivernode
|
||||||
deploy:
|
deploy:
|
||||||
replicas: ${NUM_RECEIVER_NODES:-1}
|
replicas: ${NUM_RECEIVER_NODES:-1}
|
||||||
<<:
|
<<:
|
||||||
@ -61,7 +63,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- publishernode
|
- publishernode
|
||||||
networks:
|
networks:
|
||||||
- waku-simulator_simulation
|
- simulation
|
||||||
|
|
||||||
# We have prometheus and grafana defined in waku-simulator already
|
# We have prometheus and grafana defined in waku-simulator already
|
||||||
prometheus:
|
prometheus:
|
||||||
@ -76,7 +78,7 @@ services:
|
|||||||
- publishernode
|
- publishernode
|
||||||
- receivernode
|
- receivernode
|
||||||
networks:
|
networks:
|
||||||
- waku-simulator_simulation
|
- simulation
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: docker.io/grafana/grafana:latest
|
image: docker.io/grafana/grafana:latest
|
||||||
@ -96,8 +98,9 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
networks:
|
networks:
|
||||||
- waku-simulator_simulation
|
- simulation
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
waku-simulator_simulation:
|
simulation:
|
||||||
external: true
|
name: simulation
|
||||||
|
external: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user