go-waku/.github/docker-compose/nwaku.yml

7 lines
264 B
YAML
Raw Normal View History

2024-05-03 16:07:03 +00:00
services:
nwaku:
image: "harbor.status.im/wakuorg/nwaku:latest"
2024-07-11 15:26:04 +00:00
command: ["--relay", "--store", "--nodekey=1122334455667788990011223344556677889900112233445566778899001122", "--cluster-id=99", "--pubsub-topic=/waku/2/rs/99/1"]
2024-05-03 16:07:03 +00:00
ports:
- "60000"