version: "3.7" services: app_proxy: environment: APP_HOST: thunderhub_web_1 APP_PORT: 3000 web: image: apotdevin/thunderhub:v0.13.18@sha256:cb41292102ed8fceea59cd6375e28317e1a61f7fc2523285fbb01a696e3a0a16 # 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"