mirror of https://github.com/lukechilds/umbrel.git
Thebora Kompanioni
3 years ago
committed by
GitHub
6 changed files with 69 additions and 1 deletions
@ -0,0 +1,33 @@ |
|||||
|
version: "3.7" |
||||
|
|
||||
|
services: |
||||
|
jam: |
||||
|
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.3-clientserver-v0.9.5@sha256:d33817e4daec4ddaaf95a1c08e54f50cff4893b7d8c5b3bbe8b179ced74bbaa2 |
||||
|
restart: on-failure |
||||
|
stop_grace_period: 1m |
||||
|
init: true |
||||
|
ports: |
||||
|
- "$APP_JAM_PORT:80" |
||||
|
volumes: |
||||
|
- ${APP_DATA_DIR}/data/joinmarket:/root/.joinmarket |
||||
|
environment: |
||||
|
ENSURE_WALLET: 1 |
||||
|
APP_USER: umbrel |
||||
|
APP_PASSWORD: "${APP_PASSWORD}" |
||||
|
jm_tor_control_host: $TOR_PROXY_IP |
||||
|
jm_tor_control_port: 29051 |
||||
|
jm_onion_socks5_host: $TOR_PROXY_IP |
||||
|
jm_onion_socks5_port: $TOR_PROXY_PORT |
||||
|
jm_socks5_host: $TOR_PROXY_IP |
||||
|
jm_socks5_port: $TOR_PROXY_PORT |
||||
|
jm_rpc_host: $BITCOIN_IP |
||||
|
jm_rpc_port: $BITCOIN_RPC_PORT |
||||
|
jm_rpc_user: $BITCOIN_RPC_USER |
||||
|
jm_rpc_password: "${BITCOIN_RPC_PASS}" |
||||
|
jm_rpc_wallet_file: jam_default |
||||
|
jm_network: $BITCOIN_NETWORK |
||||
|
jm_max_cj_fee_abs: 30000 # in sats |
||||
|
jm_max_cj_fee_rel: 0.0003 # 0.03% |
||||
|
networks: |
||||
|
default: |
||||
|
ipv4_address: $APP_JAM_IP |
Loading…
Reference in new issue