mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
CI: pin boltz to version (#3852)
This commit is contained in:
parent
04ec643c93
commit
8bcf5e4f70
2 changed files with 6 additions and 3 deletions
|
|
@ -26,8 +26,10 @@ password = "boltz"
|
|||
host = "0.0.0.0"
|
||||
port = 9005
|
||||
|
||||
[swap]
|
||||
deferredClaimSymbols = ["BTC", "L-BTC"]
|
||||
|
||||
[[pairs]]
|
||||
isLegacy = true
|
||||
base = "BTC"
|
||||
quote = "BTC"
|
||||
rate = 1
|
||||
|
|
@ -44,7 +46,6 @@ minSwapAmount = 50_000
|
|||
swapTaproot = 10080
|
||||
|
||||
[[pairs]]
|
||||
isLegacy = true
|
||||
base = "L-BTC"
|
||||
quote = "BTC"
|
||||
fee = 0.25
|
||||
|
|
@ -83,6 +84,7 @@ maxZeroConfAmount = 0
|
|||
zmqpubrawblock = "tcp://bitcoind:29001"
|
||||
port = 18_443
|
||||
cookie = "/root/.bitcoin/regtest/.cookie"
|
||||
feeFloor = 0.2
|
||||
|
||||
wallet = "lnbits"
|
||||
|
||||
|
|
@ -101,6 +103,7 @@ maxSwapAmount = 40_294_967
|
|||
minSwapAmount = 10_000
|
||||
maxZeroConfAmount = 40_294_967
|
||||
|
||||
|
||||
[liquid.chain]
|
||||
host = "elementsd"
|
||||
port = 18884
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ services:
|
|||
- lnd-2
|
||||
- boltz-postgres
|
||||
restart: always
|
||||
image: boltz/boltz:latest
|
||||
image: boltz/boltz:v3.12.1
|
||||
ports:
|
||||
- 9000:9000
|
||||
entrypoint: "sh -c 'sleep 30; /boltz-backend/bin/boltzd'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue