From c6490fab4c6c0bc908bc80482a57930960a24a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=CC=81o=20Haf?= Date: Sun, 20 Oct 2024 12:34:17 +0200 Subject: [PATCH] Revert "add policy options" This reverts commit 1031ed15f2b5dffb3f3800160b53f90a68755f9a. --- btc-knots/docker-compose.yml | 4 ++-- btc-knots/umbrel-app.yml | 7 +++++-- btc-knotsx86/docker-compose.yml | 4 ++-- btc-knotsx86/umbrel-app.yml | 7 +++++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/btc-knots/docker-compose.yml b/btc-knots/docker-compose.yml index 7a96e2e..9e5638d 100644 --- a/btc-knots/docker-compose.yml +++ b/btc-knots/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3005 server: - image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a + image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537 depends_on: [bitcoind] restart: on-failure volumes: @@ -42,7 +42,7 @@ services: bitcoind: image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97 command: "${APP_BITCOIN_COMMAND}" - restart: on-failure + restart: unless-stopped stop_grace_period: 15m30s volumes: - "${APP_BITCOIN_DATA_DIR}:/data/.bitcoin" diff --git a/btc-knots/umbrel-app.yml b/btc-knots/umbrel-app.yml index 1854a8d..1b2110b 100644 --- a/btc-knots/umbrel-app.yml +++ b/btc-knots/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-knots category: Bitcoin name: Bitcoin Knots arm64 -version: "27.1.3" +version: "27.1.2" tagline: Run your personal node powered by Bitcoin Knots icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg description: >- @@ -23,6 +23,9 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. + This release make Bitcoin Knots compatible with Datum. + + + Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801 submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953 diff --git a/btc-knotsx86/docker-compose.yml b/btc-knotsx86/docker-compose.yml index 7a96e2e..9e5638d 100644 --- a/btc-knotsx86/docker-compose.yml +++ b/btc-knotsx86/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3005 server: - image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a + image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537 depends_on: [bitcoind] restart: on-failure volumes: @@ -42,7 +42,7 @@ services: bitcoind: image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97 command: "${APP_BITCOIN_COMMAND}" - restart: on-failure + restart: unless-stopped stop_grace_period: 15m30s volumes: - "${APP_BITCOIN_DATA_DIR}:/data/.bitcoin" diff --git a/btc-knotsx86/umbrel-app.yml b/btc-knotsx86/umbrel-app.yml index 1402db1..98ce83c 100644 --- a/btc-knotsx86/umbrel-app.yml +++ b/btc-knotsx86/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-knotsx86 category: Bitcoin name: Bitcoin Knots x86 -version: "27.1.3" +version: "27.1.2" tagline: Run your personal node powered by Bitcoin Knots for x86 platform icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg description: >- @@ -23,6 +23,9 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. + This release make Bitcoin Knots compatible with Datum. + + + Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801 submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953