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
719 B
29 lines
719 B
4 years ago
|
version: "3.7"
|
||
|
|
||
|
x-logging:
|
||
|
&default-logging
|
||
|
driver: journald
|
||
|
options:
|
||
|
tag: "umbrel-app {{.Name}}"
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
image: apotdevin/thunderhub:v0.12.1@sha256:d78fd60c8eec6fced800c254593e76cb5cd75608a35bdbde7eca5f5f533781b5
|
||
|
user: "1000:1000"
|
||
|
logging: *default-logging
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 5m
|
||
|
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"
|
||
|
networks:
|
||
|
default:
|
||
|
ipv4_address: $APP_THUNDERHUB_IP
|