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.
22 lines
661 B
22 lines
661 B
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
image: apotdevin/thunderhub:v0.12.24@sha256:ea466edac18a8889d6e59f3697f16612fd25d7c3fffb712098ef337fe1d76f2b
|
|
user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
ports:
|
|
- "$APP_THUNDERHUB_PORT:$APP_THUNDERHUB_PORT"
|
|
volumes:
|
|
- ${LND_DATA_DIR}:/lnd:ro
|
|
- ${APP_DATA_DIR}/data:/data
|
|
environment:
|
|
NO_VERSION_CHECK: "true"
|
|
LOG_LEVEL: "debug"
|
|
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
|
|
YML_ENV_1: "$LND_IP:$LND_GRPC_PORT"
|
|
TOR_PROXY_SERVER: "socks://$TOR_PROXY_IP:$TOR_PROXY_PORT"
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_THUNDERHUB_IP
|
|
|