Compare commits

..

No commits in common. "cef5d421b3d8e9d845c76e87141e09607df6da7d" and "f59e0b79b892d7cc138257fac36dba8cb7c16423" have entirely different histories.

2 changed files with 9 additions and 16 deletions

View File

@ -56,14 +56,16 @@ services:
- blindbit
sdk_relay:
image: git.4nkweb.com/4nk/sdk_relay:latest
build:
context: .
dockerfile: sdk_relay/Dockerfile
container_name: sdk_relay
depends_on:
- blindbit
volumes:
- ./sdk_relay.conf:/home/bitcoin/.conf:ro
- sdk_data:/home/bitcoin/.4nk
- bitcoin_data:/home/bitcoin/.bitcoin
- ./bitcoin/bitcoin.conf:/home/bitcoin/.bitcoin/bitcoin.conf
- sdk_relay_data:/home/bitcoin/.4nk
ports:
- "8090:8090"
- "8091:8091"
@ -84,7 +86,7 @@ services:
entrypoint: >
/bin/sh -c "
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:
test: ["CMD", "curl", "-f", "http://localhost:8091/health"]
interval: 30s
@ -95,7 +97,7 @@ services:
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
container_name: lecoffre-back
ports:
- "3001:3001"
- "8080:8080"
networks:
btcnet:
aliases:
@ -119,7 +121,7 @@ services:
image: git.4nkweb.com/4nk/ihm_client:latest
container_name: ihm_client
ports:
- "3003:3003"
- "3001:3001"
- "80:80"
networks:
btcnet:
@ -141,7 +143,7 @@ volumes:
bitcoin_data:
name: 4nk_node_bitcoin_data
blindbit_data:
sdk_data:
sdk_relay_data:
networks:
btcnet:

View File

@ -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"