lndg/docker-compose.yaml

12 lines
295 B
YAML
Raw Permalink Normal View History

services:
lndg:
build: .
volumes:
2021-12-08 21:12:34 -05:00
- /root/.lnd:/root/.lnd:ro
2024-03-02 16:00:31 +00:00
- /root/lndg/data:/app/data:rw
command:
2024-09-24 11:58:02 -04:00
- sh
- -c
- python initialize.py -net 'mainnet' -rpc 'localhost:10009' -wn && python controller.py runserver 0.0.0.0:8000
ports:
- 8889:8000