This commit is contained in:
alrevuelta 2023-11-07 11:45:52 +01:00
parent 585e79d323
commit 5405502990
No known key found for this signature in database
GPG Key ID: F345C9F3CCDB886E
2 changed files with 3 additions and 10 deletions

View File

@ -73,22 +73,13 @@ services:
- ./run_node.sh:/opt/run_node.sh:Z
- ./certs:/etc/letsencrypt/:Z
- ./rln_tree:/etc/rln_tree/:Z
- ./keystore.json:/keystore.json/:Z
entrypoint: sh
command:
- /opt/run_node.sh
depends_on:
- postgres
waku-frontend:
# TODO: migrate to waku-org
image: docker.io/alrevuelta/waku-frontend:latest
#command:
# - xxx
ports:
- 127.0.0.1:4000:3000
restart: on-failure:5
depends_on:
- nwaku
prometheus:
image: docker.io/prom/prometheus:latest

View File

@ -89,6 +89,8 @@ exec /usr/bin/wakunode\
--rln-relay-eth-contract-address="${RLN_RELAY_CONTRACT_ADDRESS}"\
--rln-relay-eth-client-address="${ETH_CLIENT_ADDRESS}"\
--rln-relay-tree-path="/etc/rln_tree"\
--rln-relay-cred-password="password"\
--rln-relay-cred-path="keystore.json"\
${RLN_RELAY_CRED_PATH}\
${RLN_RELAY_CRED_PASSWORD}\
${DNS_WSS_CMD}\