mirror of
https://github.com/cryptosharks131/lndg.git
synced 2026-08-13 12:33:04 +02:00
11 lines
No EOL
320 B
YAML
11 lines
No EOL
320 B
YAML
services:
|
|
lndg:
|
|
build: .
|
|
volumes:
|
|
- /root/.lnd:/root/.lnd:ro
|
|
- /root/lndg/data:/app/data:rw
|
|
command:
|
|
- -c
|
|
- python initialize.py -net 'mainnet' -rpc 'localhost:10009' -wn && python controller.py runserver 0.0.0.0:8000 > /var/log/lndg-controller.log 2>&1
|
|
ports:
|
|
- 8889:8000 |