mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 22:43:07 +00:00
updating nwaku to v0.33.0
This commit is contained in:
parent
4146279705
commit
d160902050
@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env
|
||||
# Services definitions
|
||||
services:
|
||||
nwaku:
|
||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.32.0}
|
||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.33.0}
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 30304:30304/tcp
|
||||
@ -112,7 +112,7 @@ services:
|
||||
# and the store-message-db-url is set to use Postgres
|
||||
image: postgres:15.4-alpine3.18
|
||||
restart: on-failure:5
|
||||
shm_size: '1g' # Set shared memory size to 1 GB
|
||||
shm_size: "1g" # Set shared memory size to 1 GB
|
||||
environment:
|
||||
<<: *pg_env
|
||||
volumes:
|
||||
@ -144,14 +144,13 @@ services:
|
||||
- postgres
|
||||
|
||||
waku-frontend:
|
||||
# TODO: migrate to waku-org
|
||||
image: alrevuelta/waku-frontend:aad9628
|
||||
ports:
|
||||
- 127.0.0.1:4000:4000
|
||||
restart: on-failure:5
|
||||
depends_on:
|
||||
- nwaku
|
||||
|
||||
# TODO: migrate to waku-org
|
||||
image: alrevuelta/waku-frontend:aad9628
|
||||
ports:
|
||||
- 127.0.0.1:4000:4000
|
||||
restart: on-failure:5
|
||||
depends_on:
|
||||
- nwaku
|
||||
## Remove comment if you need pgadmin support in your container.
|
||||
## Commented for backward version compatibility of docker-compose.
|
||||
# pgadmin:
|
||||
|
||||
@ -20,7 +20,7 @@ if test -n "${ETH_CLIENT_ADDRESS}"; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
docker run -v "$(pwd)/keystore":/keystore/:Z wakuorg/nwaku:v0.32.0 generateRlnKeystore \
|
||||
docker run -v "$(pwd)/keystore":/keystore/:Z wakuorg/nwaku:v0.33.0 generateRlnKeystore \
|
||||
--rln-relay-eth-client-address=${RLN_RELAY_ETH_CLIENT_ADDRESS} \
|
||||
--rln-relay-eth-private-key=${ETH_TESTNET_KEY} \
|
||||
--rln-relay-eth-contract-address=0xCB33Aa5B38d79E3D9Fa8B10afF38AA201399a7e3 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user