mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Pin images
This commit is contained in:
parent
7469b31c8a
commit
8c683a1ac5
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 3000
|
APP_PORT: 3000
|
||||||
|
|
||||||
rtl:
|
rtl:
|
||||||
image: shahanafarooqui/rtl:0.12.3
|
image: shahanafarooqui/rtl:0.12.3@sha256:b1327ecfddae5f40c4c985e31c2bc158c4697a274b61bf84acfb27486d05c5bf
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
|
@ -30,7 +30,7 @@ services:
|
|||||||
ipv4_address: ${APP_CORE_LIGHTNING_IP}
|
ipv4_address: ${APP_CORE_LIGHTNING_IP}
|
||||||
|
|
||||||
c-lightning-rest:
|
c-lightning-rest:
|
||||||
image: saubyk/c-lightning-rest:0.7.2
|
image: saubyk/c-lightning-rest:0.7.2@sha256:7943ca9bf7b3952e4956b322405890788b6ddda553908c3a284438ef4e616768
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- ${APP_CORE_LIGHTNING_REST_PORT}:${APP_CORE_LIGHTNING_REST_PORT}
|
- ${APP_CORE_LIGHTNING_REST_PORT}:${APP_CORE_LIGHTNING_REST_PORT}
|
||||||
@ -45,7 +45,7 @@ services:
|
|||||||
ipv4_address: ${APP_CORE_LIGHTNING_REST_IP}
|
ipv4_address: ${APP_CORE_LIGHTNING_REST_IP}
|
||||||
|
|
||||||
lightningd:
|
lightningd:
|
||||||
image: elementsproject/lightningd:v0.11.1
|
image: elementsproject/lightningd:v0.11.1@sha256:1e507809a2f669a8bec87d5641c7f6976bec1b5ad08c132713a91328949229a5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- ${APP_CORE_LIGHTNING_DAEMON_PORT}:9735
|
- ${APP_CORE_LIGHTNING_DAEMON_PORT}:9735
|
||||||
|
Loading…
Reference in New Issue
Block a user