mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-05 23:43:11 +00:00
Specialization for protocol performance tests, added dashboard to visualize test result
This commit is contained in:
parent
fe56434931
commit
5dde63c3b9
@ -42,6 +42,7 @@ x-pg-exporter-env: &pg_exp_env
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
simulation:
|
simulation:
|
||||||
|
name: simulation
|
||||||
driver: bridge
|
driver: bridge
|
||||||
ipam:
|
ipam:
|
||||||
driver: default
|
driver: default
|
||||||
@ -95,6 +96,7 @@ services:
|
|||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
||||||
|
# container_name: bootstrap
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-true}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-true}'
|
||||||
@ -115,6 +117,10 @@ services:
|
|||||||
|
|
||||||
servicenode:
|
servicenode:
|
||||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
||||||
|
# container_name: servicenode
|
||||||
|
cpu_count: 1
|
||||||
|
cpuset: "4"
|
||||||
|
mem_limit: 512m
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-true}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-true}'
|
||||||
@ -170,6 +176,7 @@ services:
|
|||||||
|
|
||||||
edgenode:
|
edgenode:
|
||||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
image: ${NWAKU_IMAGE:-wakuorg/nwaku:latest}
|
||||||
|
# container_name: edgenode
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:60002:60002/tcp
|
- 127.0.0.1:60002:60002/tcp
|
||||||
@ -319,6 +326,9 @@ services:
|
|||||||
# This service is used when the Waku node has the 'store' protocol enabled
|
# This service is used when the Waku node has the 'store' protocol enabled
|
||||||
# and the store-message-db-url is set to use Postgres
|
# and the store-message-db-url is set to use Postgres
|
||||||
image: postgres:15.4-alpine3.18
|
image: postgres:15.4-alpine3.18
|
||||||
|
cpu_count: 1
|
||||||
|
cpuset: "4"
|
||||||
|
mem_limit: 2g
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
shm_size: "${POSTGRES_SHM:-1g}" # Set default shared memory size to 1 GB
|
shm_size: "${POSTGRES_SHM:-1g}" # Set default shared memory size to 1 GB
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user