mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-02 14:03:10 +00:00
docker-compose.yml: uncommenting the 'msg_publisher'.
This commit is contained in:
parent
00b4be5021
commit
afea9054b2
@ -92,20 +92,20 @@ services:
|
||||
depends_on:
|
||||
- nwaku_sqlite
|
||||
|
||||
# msg_publisher:
|
||||
# ## Sends json-rpc 'post_waku_v2_relay_v1_message' messages infinitely
|
||||
# image: alpine:3.16
|
||||
# restart: on-failure
|
||||
# logging:
|
||||
# driver: "none"
|
||||
# volumes:
|
||||
# - ./msg_publisher.sh:/opt/msg_publisher.sh:Z
|
||||
# entrypoint: sh
|
||||
# command:
|
||||
# - /opt/msg_publisher.sh
|
||||
# depends_on:
|
||||
# - nwaku_postgres
|
||||
# - nwaku_sqlite
|
||||
msg_publisher:
|
||||
## Sends json-rpc 'post_waku_v2_relay_v1_message' messages infinitely
|
||||
image: alpine:3.16
|
||||
restart: on-failure
|
||||
logging:
|
||||
driver: "none"
|
||||
volumes:
|
||||
- ./msg_publisher.sh:/opt/msg_publisher.sh:Z
|
||||
entrypoint: sh
|
||||
command:
|
||||
- /opt/msg_publisher.sh
|
||||
depends_on:
|
||||
- nwaku_postgres
|
||||
- nwaku_sqlite
|
||||
|
||||
prometheus:
|
||||
image: docker.io/prom/prometheus:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user