feat: use uv instead of poetry
This commit is contained in:
parent
d28fa075b8
commit
a09dda1d5f
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ CORELIGHTNING_RPC=./docker/data/clightning-1/regtest/lightning-rpc
|
||||||
|
|
||||||
|
|
||||||
# Run LNbits
|
# Run LNbits
|
||||||
poetry run lnbits
|
uv run lnbits
|
||||||
|
|
||||||
# Run LNbits with hot reload
|
# Run LNbits with hot reload
|
||||||
make dev
|
make dev
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ services:
|
||||||
image: lnbits/lnbits
|
image: lnbits/lnbits
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
user: "0:0"
|
user: "0:0"
|
||||||
entrypoint: "sh -c 'sleep 30; poetry run lnbits'"
|
entrypoint: "sh -c 'sleep 30; uv run lnbits'"
|
||||||
environment:
|
environment:
|
||||||
HOST: lnbits
|
HOST: lnbits
|
||||||
PORT: 5001
|
PORT: 5001
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ lnbits-elements-init(){
|
||||||
|
|
||||||
lnbits-init(){
|
lnbits-init(){
|
||||||
echo "init_lnbits..."
|
echo "init_lnbits..."
|
||||||
docker exec lnbits-lnbits-1 poetry run python tools/create_fake_admin.py
|
docker exec lnbits-lnbits-1 uv run python tools/create_fake_admin.py
|
||||||
}
|
}
|
||||||
|
|
||||||
lnbits-regtest-init(){
|
lnbits-regtest-init(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue