mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
972fc960c3
Co-authored-by: nmfretz <nmfretz@gmail.com>
25 lines
779 B
YAML
25 lines
779 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: thunderhub_web_1
|
|
APP_PORT: 3000
|
|
|
|
web:
|
|
image: apotdevin/thunderhub:v0.13.31@sha256:8c2e54dbc09cb7924def149c4be3ae0bd7fc7080b7d6db6daed9c17f829f8dcc
|
|
# We now have to run as root to avoid schema.gql permission errors
|
|
# user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
|
- ${APP_DATA_DIR}/data:/data
|
|
environment:
|
|
MASTER_PASSWORD_OVERRIDE: "$APP_PASSWORD"
|
|
NO_VERSION_CHECK: "true"
|
|
LOG_LEVEL: "debug"
|
|
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
|
|
YML_ENV_1: "$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT"
|
|
TOR_PROXY_SERVER: "socks://$TOR_PROXY_IP:$TOR_PROXY_PORT"
|