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.
 
 

24 lines
775 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: core-lightning-rtl_web_1
APP_PORT: 3000
web:
image: shahanafarooqui/rtl:v0.15.2@sha256:e2c40d04821a1a6e9bcb55b4276c428c6c416ab1c33b4efd256366430234ea6a
restart: on-failure
environment:
PORT: 3000
APP_PASSWORD: $APP_PASSWORD
LN_IMPLEMENTATION: "CLN"
lnImplementation: "CLN"
LN_SERVER_URL: "https://$APP_CORE_LIGHTNING_DAEMON_IP:$CORE_LIGHTNING_REST_PORT"
RUNE_PATH: "/root/.lightning/.commando-env"
RTL_CONFIG_PATH: "/data"
RTL_COOKIE_PATH: "/data/.cookie"
BLOCK_EXPLORER_URL: "${APP_CORE_RTL_BLOCK_EXPLORER_URL}"
volumes:
- "${APP_DATA_DIR}/data/rtl:/data"
- "${APP_CORE_LIGHTNING_DATA_DIR}:/root/.lightning:ro"