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:
|
|
|
|
app_proxy:
|
|
|
|
environment:
|
|
|
|
APP_HOST: $APP_LNDBOSS_IP
|
|
|
|
APP_PORT: $APP_LNDBOSS_PORT
|
|
|
|
web:
|
|
|
|
image: niteshbalusu/lndboss:v2.0.1@sha256:197fc8c0314a82616b8256de849bfad7d958b0d54eea4e4c5cd163360a85c8bd
|
|
|
|
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: $APP_LNDBOSS_PORT
|
|
|
|
BOS_DEFAULT_LND_SOCKET: $APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
ipv4_address: $APP_LNDBOSS_IP
|