use mix specific image and enable mix

This commit is contained in:
Prem Chaitanya Prathi 2025-09-12 23:07:27 +05:30
parent 487c992b85
commit 16cb9d8e98
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ x-pg-exporter-env: &pg_exp_env
# Services definitions
services:
nwaku:
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.36.0}
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:mixpoc}
restart: on-failure
ports:
- 30304:30304/tcp

View File

@ -111,6 +111,7 @@ fi
exec /usr/bin/wakunode\
--relay=true\
--filter=true\
--mix=true\
--peer-exchange=true\
${LIGHTPUSH}\
--keep-alive=true\