You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
1.2 KiB

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: $APP_JAM_IP
APP_PORT: 80
jam:
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:
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
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: $APP_BITCOIN_NODE_IP
jm_rpc_port: $APP_BITCOIN_RPC_PORT
jm_rpc_user: $APP_BITCOIN_RPC_USER
jm_rpc_password: "${APP_BITCOIN_RPC_PASS}"
jm_rpc_wallet_file: jam_default
jm_network: $APP_BITCOIN_NETWORK
jm_max_cj_fee_abs: 300000 # in sats
jm_max_cj_fee_rel: 0.0003 # 0.03%
networks:
default:
ipv4_address: $APP_JAM_IP