Files
logos-messaging-module/docker-compose.yml

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.