mirror of
https://github.com/cryptosharks131/lndg.git
synced 2026-08-15 12:50:30 +02:00
12 lines
No EOL
309 B
YAML
12 lines
No EOL
309 B
YAML
services:
|
|
lndg:
|
|
build: .
|
|
volumes:
|
|
- /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 |