citadel_version: 4 metadata: name: LNDg version: 1.3.1 category: Lightning Node Management tagline: Lite GUI web interface to analyze LND data and manage your node with automation. developers: cryptosharks131: https://github.com/cryptosharks131 permissions: - lnd repo: Public: https://github.com/cryptosharks131/lndg support: https://t.me/+-RxoZdi7snk2ZGYx gallery: - 1.jpg - 2.jpg - 3.jpg path: '' defaultPassword: $APP_SEED torOnly: false description: LNDg is your command center for running a profitable and efficient routing node. From quickly viewing your node's health, automated rebalancing, selecting new potential peers and much more. services: main: image: ghcr.io/cryptosharks131/lndg:v1.3.1@sha256:b412bc37b6ed07c3c0335fedf409699ce019a928e69a3f6e7af9ffc8adcfcf99 stop_grace_period: 1m restart: on-failure command: - sh - -c - python initialize.py -net '${BITCOIN_NETWORK}' -server '${LND_IP}:${LND_GRPC_PORT}' -pw '${APP_SEED}' -d && supervisord && python manage.py runserver 0.0.0.0:${APP_LNDG_WEB_PORT} mounts: lnd: /root/.lnd