Compare commits
2 Commits
f59e0b79b8
...
cef5d421b3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cef5d421b3 | ||
![]() |
9025f7f079 |
@ -56,16 +56,14 @@ services:
|
|||||||
- blindbit
|
- blindbit
|
||||||
|
|
||||||
sdk_relay:
|
sdk_relay:
|
||||||
build:
|
image: git.4nkweb.com/4nk/sdk_relay:latest
|
||||||
context: .
|
|
||||||
dockerfile: sdk_relay/Dockerfile
|
|
||||||
container_name: sdk_relay
|
container_name: sdk_relay
|
||||||
depends_on:
|
depends_on:
|
||||||
- blindbit
|
- blindbit
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./sdk_relay.conf:/home/bitcoin/.conf:ro
|
||||||
|
- sdk_data:/home/bitcoin/.4nk
|
||||||
- bitcoin_data:/home/bitcoin/.bitcoin
|
- bitcoin_data:/home/bitcoin/.bitcoin
|
||||||
- ./bitcoin/bitcoin.conf:/home/bitcoin/.bitcoin/bitcoin.conf
|
|
||||||
- sdk_relay_data:/home/bitcoin/.4nk
|
|
||||||
ports:
|
ports:
|
||||||
- "8090:8090"
|
- "8090:8090"
|
||||||
- "8091:8091"
|
- "8091:8091"
|
||||||
@ -86,7 +84,7 @@ services:
|
|||||||
entrypoint: >
|
entrypoint: >
|
||||||
/bin/sh -c "
|
/bin/sh -c "
|
||||||
mkdir -p /home/bitcoin/.4nk &&
|
mkdir -p /home/bitcoin/.4nk &&
|
||||||
strace -f -e trace=file /usr/local/bin/sdk_relay --config .conf"
|
strace -f -e trace=file /usr/local/bin/sdk_relay --config /home/bitcoin/.conf"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8091/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8091/health"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -97,7 +95,7 @@ services:
|
|||||||
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
|
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
|
||||||
container_name: lecoffre-back
|
container_name: lecoffre-back
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "3001:3001"
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
aliases:
|
aliases:
|
||||||
@ -121,7 +119,7 @@ services:
|
|||||||
image: git.4nkweb.com/4nk/ihm_client:latest
|
image: git.4nkweb.com/4nk/ihm_client:latest
|
||||||
container_name: ihm_client
|
container_name: ihm_client
|
||||||
ports:
|
ports:
|
||||||
- "3001:3001"
|
- "3003:3003"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
@ -143,7 +141,7 @@ volumes:
|
|||||||
bitcoin_data:
|
bitcoin_data:
|
||||||
name: 4nk_node_bitcoin_data
|
name: 4nk_node_bitcoin_data
|
||||||
blindbit_data:
|
blindbit_data:
|
||||||
sdk_relay_data:
|
sdk_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
|
9
sdk_relay.conf
Normal file
9
sdk_relay.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
core_url="http://bitcoin:18443"
|
||||||
|
ws_url="0.0.0.0:8090"
|
||||||
|
wallet_name="default"
|
||||||
|
network="signet"
|
||||||
|
blindbit_url="http://blindbit:8000"
|
||||||
|
zmq_url="tcp://bitcoin:29000"
|
||||||
|
storage="https://demo.4nkweb.com/storage"
|
||||||
|
data_dir="/home/bitcoin/.4nk"
|
||||||
|
bitcoin_data_dir="/home/bitcoin/.bitcoin"
|
Loading…
x
Reference in New Issue
Block a user