lndg/docker-compose.yaml

12 lines
309 B
YAML
Raw Normal View History

services:
lndg:
build: .
volumes:
2021-12-08 21:12:34 -05:00
- /root/.lnd:/root/.lnd:ro
- /root/lndg/data:/lndg/data:rw
command:
- sh
- -c
- python initialize.py -net 'mainnet' -server 'localhost:10009' -d && supervisord && python manage.py runserver 0.0.0.0:8000
ports:
- 8889:8000