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.
 
 

25 lines
842 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: sphinx-relay_server_1
APP_PORT: $APP_SPHINX_RELAY_PORT
PROXY_AUTH_ADD: "false"
server:
image: sphinxlightning/sphinx-relay:v2.3.2@sha256:8713f9f5febb606fe39fb8c88d9877ac48bf01865e5a395ea51e26a34c077c3f
init: true
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
- ${APP_DATA_DIR}/data:/relay/.lnd/
environment:
PUBLIC_URL: "$APP_HIDDEN_SERVICE:$APP_SPHINX_RELAY_PORT"
LND_IP: $APP_LIGHTNING_NODE_IP
CONNECT_UI: "true"
LND_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
TLS_LOCATION: /lnd/tls.cert
MACAROON_LOCATION: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon
LND_LOG_LOCATION: /lnd/logs/bitcoin/${APP_BITCOIN_NETWORK}/lnd.log