change lnbits namespace in docker compose
This commit is contained in:
parent
cebeef9520
commit
f752aa93b8
2 changed files with 2 additions and 6 deletions
|
|
@ -29,7 +29,7 @@ get the regtest enviroment ready
|
||||||
```console
|
```console
|
||||||
git clone git@github.com:lnbits/lnbits-legend.git ~/repos/lnbits-legend
|
git clone git@github.com:lnbits/lnbits-legend.git ~/repos/lnbits-legend
|
||||||
cd ~/repos/lnbits-legend
|
cd ~/repos/lnbits-legend
|
||||||
docker build -t lnbits-legend .
|
docker build -t lnbitsdocker/lnbits-legend .
|
||||||
mkdir ~/repos/lnbits-legend/docker
|
mkdir ~/repos/lnbits-legend/docker
|
||||||
git clone git@github.com:lnbits/legend-regtest-enviroment.git ~/repos/lnbits-legend/docker
|
git clone git@github.com:lnbits/legend-regtest-enviroment.git ~/repos/lnbits-legend/docker
|
||||||
cd ~/repos/lnbits-legend/docker
|
cd ~/repos/lnbits-legend/docker
|
||||||
|
|
@ -60,9 +60,6 @@ lncli-sim 2 listpeers
|
||||||
* lnd-1 rest: http://localhost:8081/
|
* lnd-1 rest: http://localhost:8081/
|
||||||
* lnbits: http://localhost:5001/
|
* lnbits: http://localhost:5001/
|
||||||
|
|
||||||
## latest release version from docker hub
|
|
||||||
if you want to use the latest version of lnbits uncomment L#11 in docker-compose.yaml
|
|
||||||
|
|
||||||
# debugging docker logs
|
# debugging docker logs
|
||||||
```console
|
```console
|
||||||
docker logs lnbits-legend-lnbits-1 -f
|
docker logs lnbits-legend-lnbits-1 -f
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,7 @@ services:
|
||||||
- boltz
|
- boltz
|
||||||
- mempool-api
|
- mempool-api
|
||||||
- lnd-3
|
- lnd-3
|
||||||
image: lnbits-legend
|
image: lnbitsdocker/lnbits-legend
|
||||||
# image: lnbitsdocker/lnbits-legend
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
user: "0:0"
|
user: "0:0"
|
||||||
entrypoint: "sh -c 'sleep 30; poetry run uvicorn lnbits.__main__:app --port 5001 --host lnbits'"
|
entrypoint: "sh -c 'sleep 30; poetry run uvicorn lnbits.__main__:app --port 5001 --host lnbits'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue