Update samourai-server app to v1.16.1 (#83)

This commit is contained in:
Lounès Ksouri 2022-07-26 13:58:23 +02:00 committed by GitHub
parent e8fa312200
commit ffe3c9ae07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ services:
ipv4_address: $APP_SAMOURAI_SERVER_DB_IP
node:
image: louneskmt/dojo-nodejs:1.16.0@sha256:22b243ac7a23896f04a891b8075662960798cd8cffa8c899f0db1a873289ef51
image: louneskmt/dojo-nodejs:1.16.1@sha256:49de92774ecfcb88af1dc67f8d498641d750c4ec9acaab3c448d70c4f2d4bfe7
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.16.0
DOJO_VERSION_TAG: 1.16.1
NET_DOJO_TOR_IPV4: $TOR_PROXY_IP
TOR_SOCKS_PORT: $TOR_PROXY_PORT
NET_DOJO_MYSQL_IPV4: $APP_SAMOURAI_SERVER_DB_IP

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: samourai-server
category: Wallet Servers
name: Samourai Server
version: "1.16.0"
version: "1.16.1"
tagline: Your private backing server for Samourai Wallet
description: >-
Samourai Server is an exclusive Umbrel app that runs Samourai Dojo
@ -20,7 +20,7 @@ developer: Samourai
website: https://samouraiwallet.com
dependencies:
- bitcoin
repo: https://github.com/louneskmt/umbrel-samourai-dojo/tree/v1.16.0-umbrel
repo: https://github.com/louneskmt/umbrel-samourai-dojo/tree/v1.16.1-umbrel
support: https://t.me/SamouraiWallet
port: 3005
gallery:
@ -31,4 +31,4 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Minor release updating Whirlpool CLI to 0.15.0 and including several bugfixes.
Minor release including several bugfixes.