2022-04-20 20:32:07 +00:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
2022-05-16 13:30:51 +00:00
|
|
|
app_proxy:
|
|
|
|
environment:
|
2022-12-04 20:18:22 +00:00
|
|
|
APP_HOST: thunderhub_web_1
|
|
|
|
APP_PORT: 3000
|
2022-05-16 13:30:51 +00:00
|
|
|
|
2022-04-20 20:32:07 +00:00
|
|
|
web:
|
2024-05-24 00:42:39 +00:00
|
|
|
image: apotdevin/thunderhub:v0.13.31@sha256:8c2e54dbc09cb7924def149c4be3ae0bd7fc7080b7d6db6daed9c17f829f8dcc
|
2022-07-28 18:24:55 +00:00
|
|
|
# We now have to run as root to avoid schema.gql permission errors
|
|
|
|
# user: "1000:1000"
|
2022-04-20 20:32:07 +00:00
|
|
|
restart: on-failure
|
|
|
|
stop_grace_period: 1m
|
|
|
|
volumes:
|
2022-05-27 10:14:11 +00:00
|
|
|
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
2022-04-20 20:32:07 +00:00
|
|
|
- ${APP_DATA_DIR}/data:/data
|
|
|
|
environment:
|
2022-07-28 18:24:55 +00:00
|
|
|
MASTER_PASSWORD_OVERRIDE: "$APP_PASSWORD"
|
2022-04-20 20:32:07 +00:00
|
|
|
NO_VERSION_CHECK: "true"
|
|
|
|
LOG_LEVEL: "debug"
|
|
|
|
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
|
2022-05-27 10:14:11 +00:00
|
|
|
YML_ENV_1: "$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT"
|
2022-04-20 20:32:07 +00:00
|
|
|
TOR_PROXY_SERVER: "socks://$TOR_PROXY_IP:$TOR_PROXY_PORT"
|