Use sdk_relay image (git) + minor fixes

This commit is contained in:
omaroughriss 2025-07-03 14:03:52 +02:00
parent 9025f7f079
commit cef5d421b3

View File

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