Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jul 26, 2024
1 parent f9f5ca4 commit 6eb7d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
docker build -t lnbits/lnbits lnbits
chmod +x ./start-regtest
./start-regtest
docker logs lnbits-lnbits-1
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ services:
image: lnbits/lnbits
restart: on-failure
user: "0:0"
entrypoint: "sh -c 'sleep 30; poetry run lnbits'"
environment:
HOST: lnbits
PORT: 5001
DEBUG: true
LNBITS_HOST: lnbits
LNBITS_PORT: 5001
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
LNBITS_DATA_FOLDER: "./data"
LND_REST_ENDPOINT: "https://lnd-3:8081/"
Expand Down

0 comments on commit 6eb7d02

Please sign in to comment.