Compare commits
No commits in common. "cef5d421b3d8e9d845c76e87141e09607df6da7d" and "f59e0b79b892d7cc138257fac36dba8cb7c16423" have entirely different histories.
cef5d421b3
...
f59e0b79b8
@ -56,14 +56,16 @@ services:
|
|||||||
- blindbit
|
- blindbit
|
||||||
|
|
||||||
sdk_relay:
|
sdk_relay:
|
||||||
image: git.4nkweb.com/4nk/sdk_relay:latest
|
build:
|
||||||
|
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"
|
||||||
@ -84,7 +86,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 /home/bitcoin/.conf"
|
strace -f -e trace=file /usr/local/bin/sdk_relay --config .conf"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8091/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8091/health"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -95,7 +97,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:
|
||||||
- "3001:3001"
|
- "8080:8080"
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
aliases:
|
aliases:
|
||||||
@ -119,7 +121,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:
|
||||||
- "3003:3003"
|
- "3001:3001"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
@ -141,7 +143,7 @@ volumes:
|
|||||||
bitcoin_data:
|
bitcoin_data:
|
||||||
name: 4nk_node_bitcoin_data
|
name: 4nk_node_bitcoin_data
|
||||||
blindbit_data:
|
blindbit_data:
|
||||||
sdk_data:
|
sdk_relay_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
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