forked from michael.heier/citadel-apps
Update app Jam from v0.0.6 to v0.0.9
This commit is contained in:
parent
2b20586481
commit
246e4327f2
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Wallets
|
||||
name: JAM
|
||||
version: 0.0.6
|
||||
version: 0.0.9
|
||||
tagline: JoinMarket's awesome, man
|
||||
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
|
||||
with focus on user-friendliness. It's time for top-notch privacy for your
|
||||
|
@ -30,7 +30,7 @@ metadata:
|
|||
defaultPassword: $APP_SEED
|
||||
containers:
|
||||
- name: joinmarket-webui
|
||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.6-clientserver-v0.9.6
|
||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
|
@ -38,8 +38,9 @@ containers:
|
|||
data:
|
||||
- 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: citadel
|
||||
APP_PASSWORD: ${APP_SEED}
|
||||
jm_tor_control_host: $TOR_PROXY_IP
|
||||
|
|
Loading…
Reference in New Issue
Block a user