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: