stack-orchestrator/compose/docker-compose-lighthouse.yml

17 lines
336 B
YAML
Raw Normal View History

2022-08-14 04:42:15 +00:00
version: "3.2"
services:
lighthouse:
restart: always
2022-08-23 22:02:38 +00:00
image: cerc/lighthouse:local
2022-08-14 04:42:15 +00:00
environment:
- NETWORK=mainnet
volumes:
- lighthouse_db:/root/.lighthouse
ports:
- 127.0.0.1:5052:5052
- 9000:9000/udp
- 9000:9000/tcp
command: ["tail", "-f", "/dev/null"]
volumes:
lighthouse_db: