Browse Source

Update Jam to v0.0.9 (#75)

main
Thebora Kompanioni 3 years ago
committed by GitHub
parent
commit
feaa81adb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      jam/docker-compose.yml
  2. 2
      jam/umbrel-app.yml

7
jam/docker-compose.yml

@ -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
jam/umbrel-app.yml

@ -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…
Cancel
Save