From f565e92c5f54189646db49d12b649eb0092eedad Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Sun, 17 Dec 2023 21:41:23 +0100 Subject: [PATCH] dev(regtest): update to bitcoin core v26 --- docker/docker-compose.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 4af1d28..bbd716a 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -20,7 +20,7 @@ services: bitcoind_regtest: container_name: bitcoind_regtest - image: polarlightning/bitcoind:25.0 + image: polarlightning/bitcoind:26.0 restart: always volumes: - bitcoind-data:/home/bitcoin/.bitcoin/regtest @@ -67,16 +67,6 @@ services: condition: service_started # service_healthy postgres: condition: service_started # service_healthy - cln1_alice: - condition: service_started # service_healthy - cln2_bob: - condition: service_started # service_healthy - cln3_charlie: - condition: service_started # service_healthy - cln4_dave: - condition: service_started # service_healthy - cln5_erin: - condition: service_started # service_healthy environment: LIGHTNINGD_POSTGRES_NO_VACUUM: 1 command: @@ -103,3 +93,7 @@ services: - ./data/cln0_app/regtest/server-key.pem:/home/clightning/.lightning/regtest/server-key.pem ports: - "19935:19935" + +volumes: + bitcoind-data: + postgres-data: