mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Pin multi-arch digest
This commit is contained in:
parent
f478fbf966
commit
134ecdacfe
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 3005
|
APP_PORT: 3005
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: retropexx/umbrel-bitcoin-knots:v0.5.0
|
image: retropexx/umbrel-bitcoin-knots:v0.5.0@sha256:ed708145a3deb5edd3058d087ab973ac84a280ca0cafcf2c2bfa414e00e20dc7
|
||||||
depends_on: [bitcoind]
|
depends_on: [bitcoind]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
@ -40,7 +40,7 @@ services:
|
|||||||
ipv4_address: $APP_BITCOIN_IP
|
ipv4_address: $APP_BITCOIN_IP
|
||||||
|
|
||||||
bitcoind:
|
bitcoind:
|
||||||
image: retropexx/bitcoind:v25.1
|
image: retropexx/bitcoind:v25.1@sha256:1da8c09858d0c19df5f821de27e42692c7193291fcc68fff004a5fbdd7f7454f
|
||||||
command: "${APP_BITCOIN_COMMAND}"
|
command: "${APP_BITCOIN_COMMAND}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 15m30s
|
stop_grace_period: 15m30s
|
||||||
|
Loading…
Reference in New Issue
Block a user