Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump waku-org/nwaku to v0.30.1 #51

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nwaku.dnp.dappnode.eth",
"version": "0.1.3",
"upstreamVersion": "v0.22.0",
"upstreamVersion": "v0.30.1",
"architectures": ["linux/amd64"],
"upstreamRepo": "waku-org/nwaku",
"upstreamArg": "UPSTREAM_VERSION",
Expand Down
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: "3.5"
services:
nwaku:
image: "nwaku.dnp.dappnode.eth:0.1.0"
image: nwaku.dnp.dappnode.eth:0.1.0
build:
context: nwaku
args:
UPSTREAM_VERSION: v0.22.0
UPSTREAM_VERSION: v0.30.1
ports:
- "60000:60000/tcp"
- "60000:60000/udp"
- "9005:9005/udp"
- 60000:60000/tcp
- 60000:60000/udp
- 9005:9005/udp
environment:
DNS_DISCOVERY_URL: ""
LOG_LEVEL: INFO
Expand All @@ -19,15 +19,15 @@ services:
RANDOMIZE_ADDRESS: "true"
EXPERIMENTAL_FEATURES: "false"
WAKUNODE2_STORE: "false"
WAKUNODE2_STORE_MESSAGE_DB_URL: "sqlite:///data/store.sqlite3"
WAKUNODE2_STORE_MESSAGE_RETENTION_POLICY: "time:2592000"
WAKUNODE2_STORE_MESSAGE_DB_URL: sqlite:///data/store.sqlite3
WAKUNODE2_STORE_MESSAGE_RETENTION_POLICY: time:2592000
WAKUNODE2_FILTER: "false"
WAKUNODE2_LIGHTPUSH: "false"
WAKUNODE2_TOPICS: /waku/2/dev-waku/proto
NETWORK: wakuv2.prod
EXTRA_OPTS: ""
restart: unless-stopped
volumes:
- "nwakudb:/data"
- nwakudb:/data
volumes:
nwakudb: {}