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:
|
metadata:
|
||||||
category: Wallets
|
category: Wallets
|
||||||
name: JAM
|
name: JAM
|
||||||
version: 0.0.6
|
version: 0.0.9
|
||||||
tagline: JoinMarket's awesome, man
|
tagline: JoinMarket's awesome, man
|
||||||
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
|
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
|
with focus on user-friendliness. It's time for top-notch privacy for your
|
||||||
|
@ -30,7 +30,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.6-clientserver-v0.9.6
|
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
@ -38,8 +38,9 @@ containers:
|
||||||
data:
|
data:
|
||||||
- data/joinmarket:/root/.joinmarket
|
- data/joinmarket:/root/.joinmarket
|
||||||
environment:
|
environment:
|
||||||
ENSURE_WALLET: 1
|
RESTORE_DEFAULT_CONFIG: "true"
|
||||||
RESTORE_DEFAULT_CONFIG: 1
|
REMOVE_LOCK_FILES: "true"
|
||||||
|
ENSURE_WALLET: "true"
|
||||||
APP_USER: citadel
|
APP_USER: citadel
|
||||||
APP_PASSWORD: ${APP_SEED}
|
APP_PASSWORD: ${APP_SEED}
|
||||||
jm_tor_control_host: $TOR_PROXY_IP
|
jm_tor_control_host: $TOR_PROXY_IP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user