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.8"
|
|
|
|
|
|
|
|
services:
|
|
|
|
app_proxy:
|
|
|
|
environment:
|
|
|
|
APP_HOST: $APP_CORE_LIGHTNING_RTL_IP
|
|
|
|
APP_PORT: 3000
|
|
|
|
|
|
|
|
rtl:
|
|
|
|
image: shahanafarooqui/rtl:0.13.1@sha256:68f837be0acae9a19fed4c4e6de0408f809b8866a360fc39e274ea2a2d61cc88
|
|
|
|
restart: on-failure
|
|
|
|
environment:
|
|
|
|
PORT: 3000
|
|
|
|
APP_PASSWORD: $APP_PASSWORD
|
|
|
|
LN_IMPLEMENTATION: CLN
|
|
|
|
LN_SERVER_URL: http://${APP_CORE_LIGHTNING_REST_IP}:${APP_CORE_LIGHTNING_REST_PORT}/v1
|
|
|
|
MACAROON_PATH: /c-lightning-rest/certs
|
|
|
|
RTL_CONFIG_PATH: /data/
|
|
|
|
RTL_COOKIE_PATH: /data/.cookie
|
|
|
|
volumes:
|
|
|
|
- "${APP_DATA_DIR}/data/rtl:/data"
|
|
|
|
- "${APP_CORE_LIGHTNING_REST_CERT_DIR}:/c-lightning-rest/certs"
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
ipv4_address: ${APP_CORE_LIGHTNING_RTL_IP}
|