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.

23 lines
661 B

version: "3.7"
services:
web:
image: apotdevin/thunderhub:v0.12.19@sha256:3f2787111d629ed80152e2641a64da0eda09e878379d45580e9cb86a56c51e1c
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