mirror of
https://github.com/logos-co/logos-messaging-module.git
synced 2026-08-27 10:41:19 +00:00
15 lines
528 B
YAML
15 lines
528 B
YAML
services:
|
|
logos-node:
|
|
build:
|
|
context: https://github.com/logos-co/logos-docker.git#611a7282926724c1cce8119f07fd7a68b5a9bccd
|
|
image: logos-node:dev-local
|
|
container_name: logos-node
|
|
volumes:
|
|
- ./conf:/conf:ro
|
|
ports:
|
|
- "30303:30303/tcp" # p2p
|
|
- "9000:9000/udp" # discv5
|
|
# The image starts the logoscore daemon (`logoscore -D -m ./modules`).
|
|
# Loading the module and starting the node is a one-shot step run from
|
|
# the host after `compose up` — see docs/run-node.md.
|