mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-01-02 04:53:09 +00:00
chore: use latest go-waku image
This commit is contained in:
parent
7030ecf5bf
commit
5bcd5e145a
@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env
|
||||
# Services definitions
|
||||
services:
|
||||
go-waku:
|
||||
image: ${GO_WAKU_IMAGE:-wakuorg/go-waku:v0.9.0}
|
||||
image: ${GO_WAKU_IMAGE:-harbor.status.im/wakuorg/go-waku:latest}
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 30304:30304/tcp
|
||||
|
||||
@ -86,7 +86,7 @@ exec /usr/bin/waku\
|
||||
--metrics-server-port=8003\
|
||||
--metrics-server-address=0.0.0.0\
|
||||
--rest=true\
|
||||
--rest-admin=false\
|
||||
--rest-admin=true\
|
||||
--rest-address=0.0.0.0\
|
||||
--rest-port=8645\
|
||||
--nat=extip:"${MY_EXT_IP}"\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user