mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-07 08:23:06 +00:00
Signed-off-by: Jakub Sokołowski <jakub@status.im> Co-authored-by: Jakub Sokołowski <jakub@status.im>
14 lines
299 B
YAML
14 lines
299 B
YAML
services:
|
|
nwaku:
|
|
image: "harbor.status.im/wakuorg/nwaku:v0.35.1"
|
|
command:
|
|
[
|
|
"--relay",
|
|
"--store",
|
|
"--nodekey=1122334455667788990011223344556677889900112233445566778899001122",
|
|
"--cluster-id=99",
|
|
"--shard=1",
|
|
]
|
|
ports:
|
|
- "60000"
|