do not depend on lnbits duckerhub image
This commit is contained in:
parent
b732fe4d43
commit
2c8472567f
2 changed files with 6 additions and 1 deletions
|
|
@ -10,6 +10,11 @@ git clone git@github.com:lnbits/legend-regtest-enviroment.git ~/repos/lnbits-leg
|
|||
cd ~/repos/lnbits-legend/docker
|
||||
source docker-scripts.sh
|
||||
|
||||
|
||||
# build the lnbits docker image
|
||||
cd ~/repos/lnbits-legend
|
||||
docker build -t lnbits-legend .
|
||||
|
||||
# start docker-compose with logs
|
||||
lnbits-regtest-start-log
|
||||
# start docker-compose in background
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
services:
|
||||
lnbits:
|
||||
hostname: lnbits
|
||||
image: lnbitsdocker/lnbits-legend
|
||||
image: lnbits-legend
|
||||
restart: on-failure
|
||||
user: "0:0"
|
||||
entrypoint: "sh -c 'sleep 30; uvicorn lnbits.__main__:app --port 5000 --host lnbits --reload'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue