-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathversions.env
More file actions
23 lines (19 loc) · 819 Bytes
/
versions.env
File metadata and controls
23 lines (19 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Container image version pins for lightning-agent-kit.
#
# These versions are sourced by install scripts and docker-compose templates.
# The kit version is tracked separately in .claude-plugin/plugin.json.
#
# To override a version at runtime:
# LITD_VERSION=v0.17.0-alpha docker-start.sh
# Lightning Terminal (litd) — bundles lnd, loop, pool, tapd, faraday.
LITD_VERSION=v0.16.0-alpha
LITD_IMAGE=lightninglabs/lightning-terminal
# LND — used for the remote signer container (signing-only, no litd needed).
LND_VERSION=v0.20.0-beta
LND_IMAGE=lightninglabs/lnd
# Aperture — L402 reverse proxy for paid API endpoints.
APERTURE_VERSION=v0.4.2
APERTURE_IMAGE=lightninglabs/aperture
# Bitcoin Core — only used in regtest development mode.
BITCOIN_CORE_VERSION=30
BITCOIN_CORE_IMAGE=lightninglabs/bitcoin-core