mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update samourai-server app to 1.16.0 (#66)
This commit is contained in:
parent
feaa81adb1
commit
5dfc8d14aa
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8081
|
||||
PROXY_AUTH_ADD: "false"
|
||||
db:
|
||||
image: louneskmt/dojo-db:1.5.0-low-mem@sha256:e82c23699196bcaf37fe021ca47eef1c53d18ba8a10290ae8dcfe7cb24dbb5e6
|
||||
image: louneskmt/dojo-db:1.5.0-low-mem@sha256:5af4f90818d55360e572033fcc493cd945143e7a3aaef91fa7e102f3c66c7a5b
|
||||
init: true
|
||||
restart: on-failure
|
||||
stop_grace_period: 5m
|
||||
@ -24,7 +24,7 @@ services:
|
||||
ipv4_address: $APP_SAMOURAI_SERVER_DB_IP
|
||||
|
||||
node:
|
||||
image: louneskmt/dojo-nodejs:1.15.0@sha256:84be2d82bb51c7702e1ea0630a7dd206ed6284dc4061c0e6e213b58fad361ef2
|
||||
image: louneskmt/dojo-nodejs:1.16.0@sha256:22b243ac7a23896f04a891b8075662960798cd8cffa8c899f0db1a873289ef51
|
||||
init: true
|
||||
restart: on-failure
|
||||
command: "/home/node/app/wait-for-it.sh ${APP_SAMOURAI_SERVER_DB_IP}:3306 --timeout=720 --strict -- /home/node/app/restart.sh"
|
||||
@ -32,7 +32,7 @@ services:
|
||||
environment:
|
||||
# GLOBAL
|
||||
COMMON_BTC_NETWORK: $APP_BITCOIN_NETWORK
|
||||
DOJO_VERSION_TAG: 1.15.0
|
||||
DOJO_VERSION_TAG: 1.16.0
|
||||
NET_DOJO_TOR_IPV4: $TOR_PROXY_IP
|
||||
TOR_SOCKS_PORT: $TOR_PROXY_PORT
|
||||
NET_DOJO_MYSQL_IPV4: $APP_SAMOURAI_SERVER_DB_IP
|
||||
@ -89,7 +89,7 @@ services:
|
||||
ipv4_address: $APP_SAMOURAI_SERVER_NODE_IP
|
||||
|
||||
whirlpool:
|
||||
image: louneskmt/whirlpool:0.10.13@sha256:f978fde6b200cddabd42f2a1fcfaad0271e05c30409bb128bfc57935ef32976a
|
||||
image: louneskmt/whirlpool:0.10.15@sha256:3b766327dfa4c2ae40f190c18afa1f3c9cb9101d7964049dc79bdcb89fd21a90
|
||||
init: true
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
@ -110,6 +110,8 @@ services:
|
||||
WHIRLPOOL_BITCOIN_NETWORK: $APP_BITCOIN_NETWORK
|
||||
WHIRLPOOL_DOJO: "on"
|
||||
WHIRLPOOL_DOJO_IP: $APP_SAMOURAI_SERVER_IP
|
||||
depends_on:
|
||||
- node
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/whirlpool:/home/whirlpool/.whirlpool-cli
|
||||
networks:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: samourai-server
|
||||
category: Wallet Servers
|
||||
name: Samourai Server
|
||||
version: "1.15.0"
|
||||
version: "1.16.0"
|
||||
tagline: Your private backing server for Samourai Wallet
|
||||
description: >-
|
||||
Samourai Server is an exclusive Umbrel app that runs Samourai Dojo
|
||||
@ -15,12 +15,12 @@ description: >-
|
||||
By default, Samourai Wallet will connect to its centrally controlled Dojo hosted in Iceland. By hosting your own Samourai Server, you can bypass its servers completely when using Samourai Wallet or Sentinel, and gain total financial sovereignty without any complexity.
|
||||
|
||||
|
||||
Bundles Whirlpool CLI v0.10.11.
|
||||
Bundles Whirlpool CLI v0.10.15.
|
||||
developer: Samourai
|
||||
website: https://samouraiwallet.com
|
||||
dependencies:
|
||||
- bitcoin
|
||||
repo: https://github.com/louneskmt/umbrel-samourai-dojo/tree/v1.13.0-umbrel
|
||||
repo: https://github.com/louneskmt/umbrel-samourai-dojo/tree/v1.16.0-umbrel
|
||||
support: https://t.me/SamouraiWallet
|
||||
port: 3005
|
||||
gallery:
|
||||
@ -29,4 +29,6 @@ gallery:
|
||||
- 3.jpg
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
Minor release updating Whirlpool CLI to 0.15.0 and including several bugfixes.
|
||||
|
Loading…
Reference in New Issue
Block a user