mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-02 14:03:11 +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:
|
||||
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
|
||||
|
||||
@ -111,6 +111,7 @@ fi
|
||||
exec /usr/bin/wakunode\
|
||||
--relay=true\
|
||||
--filter=true\
|
||||
--mix=true\
|
||||
--peer-exchange=true\
|
||||
${LIGHTPUSH}\
|
||||
--keep-alive=true\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user