mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Add environment variable for ItchySats (#85)
This commit is contained in:
parent
62f9ee6cac
commit
08ce1c4820
@ -17,6 +17,8 @@ services:
|
|||||||
- --umbrel-seed=$APP_SEED
|
- --umbrel-seed=$APP_SEED
|
||||||
- $APP_BITCOIN_NETWORK
|
- $APP_BITCOIN_NETWORK
|
||||||
- --electrum=tcp://$APP_ELECTRS_NODE_IP:$APP_ELECTRS_NODE_PORT
|
- --electrum=tcp://$APP_ELECTRS_NODE_IP:$APP_ELECTRS_NODE_PORT
|
||||||
|
environment:
|
||||||
|
- ITCHYSATS_ENV=umbrel
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: itchysats
|
id: itchysats
|
||||||
category: Finance
|
category: Finance
|
||||||
name: ItchySats
|
name: ItchySats
|
||||||
version: "0.5.0"
|
version: "0.5.0-patch-1"
|
||||||
tagline: Peer-2-peer derivatives on Bitcoin
|
tagline: Peer-2-peer derivatives on Bitcoin
|
||||||
description: >-
|
description: >-
|
||||||
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs
|
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs
|
||||||
@ -58,5 +58,4 @@ defaultUsername: itchysats
|
|||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
Users on versions 0.4.x are still supported for the time being, 0.5.0 is not breaking.
|
Minor patch for the app's Umbrel configuration. No changes to the application container.
|
||||||
However, support for previous protocol version will eventually be discontinued, upgrading is encouraged!
|
|
Loading…
Reference in New Issue
Block a user