docker-compose.yml: uncommenting the 'msg_publisher'.

This commit is contained in:
Ivan Folgueira Bande 2023-10-12 17:43:19 +02:00 committed by Ivan FB
parent 00b4be5021
commit afea9054b2
1 changed files with 14 additions and 14 deletions

View File

@ -92,20 +92,20 @@ services:
depends_on: depends_on:
- nwaku_sqlite - nwaku_sqlite
# msg_publisher: msg_publisher:
# ## Sends json-rpc 'post_waku_v2_relay_v1_message' messages infinitely ## Sends json-rpc 'post_waku_v2_relay_v1_message' messages infinitely
# image: alpine:3.16 image: alpine:3.16
# restart: on-failure restart: on-failure
# logging: logging:
# driver: "none" driver: "none"
# volumes: volumes:
# - ./msg_publisher.sh:/opt/msg_publisher.sh:Z - ./msg_publisher.sh:/opt/msg_publisher.sh:Z
# entrypoint: sh entrypoint: sh
# command: command:
# - /opt/msg_publisher.sh - /opt/msg_publisher.sh
# depends_on: depends_on:
# - nwaku_postgres - nwaku_postgres
# - nwaku_sqlite - nwaku_sqlite
prometheus: prometheus:
image: docker.io/prom/prometheus:latest image: docker.io/prom/prometheus:latest