mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-15 18:23:59 +00:00
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
citadel_version: 4
|
|
|
|
metadata:
|
|
name: Oak Node
|
|
version: 0.3.0
|
|
category: Automation
|
|
tagline: Do more with your LND node
|
|
developers:
|
|
Carlos: "https://oak-node.net"
|
|
permissions:
|
|
- lnd
|
|
repo:
|
|
Public: "https://oak-node.net"
|
|
support: "https://oak-node.net/forum"
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
defaultPassword: ""
|
|
torOnly: false
|
|
description: "Oak Node gives you Scheduled Payments. Now you can send sats to a Lightning Address on a schedule. Support your favorite content creators every week, every day, or even every block! Up to you.\n\nOak Node also includes an optional bot module for more advanced users."
|
|
|
|
services:
|
|
web:
|
|
image: "oak-node.net/oak:v0.3@sha256:d4bf366d60235c0aa8149ed7741900cc26ad6884a4bd77b36196f3934dbb8dac"
|
|
user: "1000:1000"
|
|
stop_grace_period: 1m
|
|
restart: on-failure
|
|
environment:
|
|
ROCKET_ADDRESS: 0.0.0.0
|
|
ROCKET_PORT: $APP_OAK_NODE_PORT
|
|
OAK_LND_MACAROON_PATH: /lnd-dir/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon
|
|
OAK_LND_REST_API_URL: "https://$LND_IP:$LND_REST_PORT"
|
|
OAK_DATA_DIR: /data
|
|
OAK_LND_CERT_PATH: /lnd-dir/tls.cert
|
|
port: 8100
|
|
|
|
mounts:
|
|
lnd: /lnd-dir
|
|
data:
|
|
log: /oak/log
|
|
data: /data
|