mirror of https://github.com/lukechilds/umbrel.git
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.
24 lines
682 B
24 lines
682 B
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
image: lncm/specter-desktop:v1.5.0@sha256:c3e99bcb0dde4f2dcf26f089e73a7a50835e35a7839b0e70416ef6f21d0dd868
|
|
stop_signal: SIGINT
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
ports:
|
|
- "$APP_SPECTER_DESKTOP_PORT:$APP_SPECTER_DESKTOP_PORT"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
command:
|
|
- --host=0.0.0.0
|
|
- --specter-data-folder=/data
|
|
environment:
|
|
BTC_RPC_USER: $BITCOIN_RPC_USER
|
|
BTC_RPC_PASSWORD: $BITCOIN_RPC_PASS
|
|
BTC_RPC_HOST: $BITCOIN_IP
|
|
BTC_RPC_PORT: $BITCOIN_RPC_PORT
|
|
BTC_RPC_PROTOCOL: http
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_SPECTER_DESKTOP_IP
|
|
|