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.
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
web:
|
|
|
|
image: ghcr.io/ibz/lightning-shell:v0.1.9-buster-slim@sha256:230ac17b2eeb639f582358b8d20377caf3b688f9d8da3eb6ab2fa6822907790c
|
|
|
|
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}"
|
|
|
|
BITCOIN_IP: "${BITCOIN_IP}"
|
|
|
|
BITCOIN_RPC_PORT: "${BITCOIN_RPC_PORT}"
|
|
|
|
BITCOIN_RPC_USER: "${BITCOIN_RPC_USER}"
|
|
|
|
BITCOIN_RPC_PASS: "${BITCOIN_RPC_PASS}"
|
|
|
|
LND_IP: "${LND_IP}"
|
|
|
|
LND_GRPC_PORT: ${LND_GRPC_PORT}
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
ipv4_address: $APP_LIGHTNING_SHELL_IP
|