use mix specific image and enable mix

This commit is contained in:
Prem Chaitanya Prathi
2025-10-07 08:58:59 +05:30
parent 487c992b85
commit 16cb9d8e98
2 changed files with 2 additions and 1 deletions
+1 -1
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
+1
View File
@@ -111,6 +111,7 @@ fi
exec /usr/bin/wakunode\
--relay=true\
--filter=true\
--mix=true\
--peer-exchange=true\
${LIGHTPUSH}\
--keep-alive=true\