Update Jam to v0.0.5 (#11)

This commit is contained in:
Thebora Kompanioni 2022-03-29 18:37:03 +02:00 committed by GitHub
parent 4a8bc4b50f
commit c74f63645c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@ version: "2"
metadata: metadata:
category: Wallets category: Wallets
name: JAM name: JAM
version: 0.0.4 version: 0.0.5
tagline: JoinMarket's awesome, man tagline: JoinMarket's awesome, man
description: JAM (JoinMarket's awesome, man) is a user-interface for JoinMarket description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
with a focus on user-friendliness. It's time for top-notch privacy for your with focus on user-friendliness. It's time for top-notch privacy for your
bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and
privacy for all. The app provides sensible defaults and is easy to use for privacy for all. The app provides sensible defaults and is easy to use for
beginners while still providing the features advanced users expect. beginners while still providing the features advanced users expect.
@ -25,7 +25,7 @@ metadata:
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: joinmarket-webui - name: joinmarket-webui
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.4-clientserver-v0.9.5 image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.5-clientserver-v0.9.5
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true