From 0a07a521979014278fbedee6b254296c12a9cf75 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Wed, 9 Jul 2025 15:29:37 +0200 Subject: [PATCH] pull 4nk bitcoin image --- docker-compose.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3ede8f0..1fc4c8f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,22 +6,16 @@ services: btcnet: aliases: - tor - ports: - - "9052:9050" # Port SOCKS (9052 sur l'hôte, 9050 dans le conteneur) restart: unless-stopped bitcoin: - build: ./bitcoin + image: git.4nkweb.com/4nk/bitcoin:latest container_name: bitcoin-signet depends_on: - tor volumes: - bitcoin_data:/home/bitcoin/.bitcoin - ./bitcoin/bitcoin.conf:/home/bitcoin/.bitcoin/bitcoin.conf - ports: - - "38333:38333" # signet p2p - - "18443:18443" # signet rpc - - "29000:29000" # zmq networks: btcnet: aliases: @@ -38,7 +32,7 @@ services: restart: unless-stopped blindbit: - build: ./blindbit + image: setavenger/blindbit-oracle:dev container_name: blindbit-oracle depends_on: bitcoin: @@ -47,8 +41,6 @@ services: - blindbit_data:/data - ./blindbit/blindbit.toml:/data/blindbit.toml - bitcoin_data:/home/bitcoin/.bitcoin - ports: - - "8000:8000" networks: btcnet: aliases: @@ -66,7 +58,6 @@ services: - bitcoin_data:/home/bitcoin/.bitcoin ports: - "8090:8090" - - "8091:8091" networks: btcnet: aliases: @@ -122,7 +113,6 @@ services: container_name: ihm_client ports: - "3003:3003" - - "80:80" networks: btcnet: aliases: