Fix sdk_relay connectivity issue - Replace hardcoded IP addresses with Docker hostnames - Use 'bitcoin' hostname instead of '172.19.0.3' - Use 'blindbit' hostname for service discovery - All services now UP and HEALTHY
This commit is contained in:
parent
926013b86e
commit
fa7aee1fa0
@ -2,13 +2,13 @@
|
|||||||
# Services connectés via réseau Docker
|
# Services connectés via réseau Docker
|
||||||
|
|
||||||
# Bitcoin Core RPC (utilise le nom d'hôte Docker et le cookie)
|
# Bitcoin Core RPC (utilise le nom d'hôte Docker et le cookie)
|
||||||
core_url=http://172.19.0.3:18443
|
core_url=http://bitcoin:18443
|
||||||
core_wallet=relay_wallet
|
core_wallet=relay_wallet
|
||||||
ws_url=0.0.0.0:8090
|
ws_url=0.0.0.0:8090
|
||||||
wallet_name=relay_wallet.json
|
wallet_name=relay_wallet.json
|
||||||
network=signet
|
network=signet
|
||||||
blindbit_url=http://blindbit:8000
|
blindbit_url=http://blindbit:8000
|
||||||
zmq_url=tcp://172.19.0.3:29000
|
zmq_url=tcp://bitcoin:29000
|
||||||
data_dir=.4nk
|
data_dir=.4nk
|
||||||
cookie_path=/home/bitcoin/.4nk/bitcoin.cookie
|
cookie_path=/home/bitcoin/.4nk/bitcoin.cookie
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user