mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Jam to v0.0.9 (#75)
This commit is contained in:
parent
7b145a6a1d
commit
feaa81adb1
@ -7,15 +7,16 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
jam:
|
||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.8-clientserver-v0.9.6@sha256:f86c4b2546d0f1e7d5c87e6ac597023d671bdb77270008b8aee91c2658b75992
|
||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6@sha256:f36da8ed2f75b8db8dca34783b1e1ed11d0048270140b1c2cc072b15191e6b6c
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/joinmarket:/root/.joinmarket
|
||||
environment:
|
||||
ENSURE_WALLET: 1
|
||||
RESTORE_DEFAULT_CONFIG: 1
|
||||
RESTORE_DEFAULT_CONFIG: "true"
|
||||
REMOVE_LOCK_FILES: "true"
|
||||
ENSURE_WALLET: "true"
|
||||
APP_USER: umbrel
|
||||
APP_PASSWORD: "${APP_PASSWORD}"
|
||||
jm_tor_control_host: $TOR_PROXY_IP
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: jam
|
||||
category: Finance
|
||||
name: Jam
|
||||
version: "0.0.8"
|
||||
version: "0.0.9"
|
||||
tagline: A user-friendly UI for JoinMarket
|
||||
description: >-
|
||||
Jam is a user-interface for JoinMarket with focus on
|
||||
|
Loading…
Reference in New Issue
Block a user