Skip to content

Commit

Permalink
dev(regtest): update to bitcoin core v26
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Dec 17, 2023
1 parent 0ba34b1 commit f565e92
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:

0 comments on commit f565e92

Please sign in to comment.