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.

21 lines
589 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: lndboss_web_1
APP_PORT: 8055
web:
image: niteshbalusu/lndboss:v2.17.1@sha256:6147ffe8870ee23784af83afe33b142fbe310166dff2042d386f30747b9d3d2f
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_LIGHTNING_NODE_DATA_DIR}:/home/node/.lnd:ro
- ${APP_DATA_DIR}/.bosgui:/home/node/.bosgui
environment:
BOS_DATA_PATH: "/home/node/.bosgui"
NODE_ENV: "production"
PORT: 8055
BOS_DEFAULT_LND_SOCKET: $APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT