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.
 
 

25 lines
674 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: specter-desktop_web_1
APP_PORT: 25441
web:
image: lncm/specter-desktop:v1.14.5@sha256:beea686b08e1ed47d293fd39c125dfd4be7629f60b4591474e6bcce7dcd0466f
stop_signal: SIGINT
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data:/data
command:
- --host=0.0.0.0
- --specter-data-folder=/data
environment:
# TODO: APP_PASSWORD
BTC_RPC_USER: $APP_BITCOIN_RPC_USER
BTC_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS
BTC_RPC_HOST: $APP_BITCOIN_NODE_IP
BTC_RPC_PORT: $APP_BITCOIN_RPC_PORT
BTC_RPC_PROTOCOL: http