2026-01-24 22:01:51 +00:00
|
|
|
app:
|
|
|
|
|
id: lnd
|
2026-06-11 00:24:20 -04:00
|
|
|
name: LND
|
2026-04-28 15:00:58 -04:00
|
|
|
version: 0.18.4
|
2026-01-24 22:01:51 +00:00
|
|
|
description: Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
container:
|
2026-06-11 00:24:20 -04:00
|
|
|
image: 146.59.87.168:3000/lfg2025/lnd:v0.18.4-beta
|
2026-04-28 15:00:58 -04:00
|
|
|
pull_policy: if-not-present
|
|
|
|
|
network: archy-net
|
|
|
|
|
secret_env:
|
|
|
|
|
- key: BITCOIND_RPCPASS
|
|
|
|
|
secret_file: bitcoin-rpc-password
|
|
|
|
|
data_uid: "100000:100000"
|
|
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
dependencies:
|
|
|
|
|
- app_id: bitcoin-core
|
|
|
|
|
version: ">=26.0"
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
resources:
|
|
|
|
|
cpu_limit: 2
|
|
|
|
|
memory_limit: 1Gi
|
|
|
|
|
disk_limit: 10Gi
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
security:
|
2026-04-28 15:00:58 -04:00
|
|
|
capabilities: [CHOWN, FOWNER, SETUID, SETGID, DAC_OVERRIDE, NET_RAW]
|
|
|
|
|
readonly_root: false
|
2026-01-24 22:01:51 +00:00
|
|
|
network_policy: isolated
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
ports:
|
|
|
|
|
- host: 9735
|
|
|
|
|
container: 9735
|
2026-04-28 15:00:58 -04:00
|
|
|
protocol: tcp
|
2026-01-24 22:01:51 +00:00
|
|
|
- host: 10009
|
|
|
|
|
container: 10009
|
2026-04-28 15:00:58 -04:00
|
|
|
protocol: tcp
|
2026-05-13 15:09:22 -04:00
|
|
|
- host: 18080
|
2026-01-24 22:01:51 +00:00
|
|
|
container: 8080
|
2026-04-28 15:00:58 -04:00
|
|
|
protocol: tcp
|
|
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
volumes:
|
|
|
|
|
- type: bind
|
|
|
|
|
source: /var/lib/archipelago/lnd
|
|
|
|
|
target: /root/.lnd
|
|
|
|
|
options: [rw]
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
environment:
|
2026-04-28 15:00:58 -04:00
|
|
|
- BITCOIND_HOST=bitcoin-knots
|
|
|
|
|
- BITCOIND_RPCUSER=archipelago
|
2026-01-24 22:01:51 +00:00
|
|
|
- NETWORK=mainnet
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
health_check:
|
2026-04-28 15:00:58 -04:00
|
|
|
type: tcp
|
|
|
|
|
endpoint: localhost:10009
|
2026-01-24 22:01:51 +00:00
|
|
|
interval: 30s
|
|
|
|
|
timeout: 5s
|
|
|
|
|
retries: 3
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
bitcoin_integration:
|
|
|
|
|
rpc_access: admin
|
|
|
|
|
sync_required: true
|
2026-04-28 15:00:58 -04:00
|
|
|
|
2026-01-24 22:01:51 +00:00
|
|
|
lightning_integration:
|
|
|
|
|
channel_management: true
|
|
|
|
|
payment_routing: true
|