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.
29 lines
783 B
29 lines
783 B
version: "3.7"
|
|
|
|
x-logging:
|
|
&default-logging
|
|
driver: journald
|
|
options:
|
|
tag: "umbrel-app {{.Name}}"
|
|
|
|
services:
|
|
web:
|
|
image: apotdevin/thunderhub:v0.12.7@sha256:281de29c4f953ad396865c77ff8d51d3114d2f09a57138e9b7151c49a956d2b3
|
|
user: "1000:1000"
|
|
logging: *default-logging
|
|
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
|
|
|