mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-07 08:23:09 +00:00
use mix specific image and enable mix
This commit is contained in:
parent
487c992b85
commit
16cb9d8e98
@ -25,7 +25,7 @@ x-pg-exporter-env: &pg_exp_env
|
|||||||
# Services definitions
|
# Services definitions
|
||||||
services:
|
services:
|
||||||
nwaku:
|
nwaku:
|
||||||
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.36.0}
|
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:mixpoc}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 30304:30304/tcp
|
- 30304:30304/tcp
|
||||||
|
|||||||
@ -111,6 +111,7 @@ fi
|
|||||||
exec /usr/bin/wakunode\
|
exec /usr/bin/wakunode\
|
||||||
--relay=true\
|
--relay=true\
|
||||||
--filter=true\
|
--filter=true\
|
||||||
|
--mix=true\
|
||||||
--peer-exchange=true\
|
--peer-exchange=true\
|
||||||
${LIGHTPUSH}\
|
${LIGHTPUSH}\
|
||||||
--keep-alive=true\
|
--keep-alive=true\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user