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.
20 lines
526 B
20 lines
526 B
3 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
image: ibz0/lightning-shell:v0.1.1@sha256:47e271333410475dad92a91b2e35a58c723bbf9cc688fc2cd6cec1013d469f28
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|
||
|
ports:
|
||
|
- ${APP_LIGHTNING_SHELL_PORT}:7681
|
||
|
volumes:
|
||
|
- ${LND_DATA_DIR}:/lnd:ro
|
||
|
- ${APP_DATA_DIR}/data:/data
|
||
|
environment:
|
||
|
APP_PASSWORD: "${APP_PASSWORD}"
|
||
|
LND_IP: "${LND_IP}"
|
||
|
LND_GRPC_PORT: ${LND_GRPC_PORT}
|
||
|
networks:
|
||
|
default:
|
||
|
ipv4_address: $APP_LIGHTNING_SHELL_IP
|