https://github.com/ln-markets/images
Lightning and Bitcoin images
https://github.com/ln-markets/images
bitcoin docker lightning
Last synced: about 1 year ago
JSON representation
Lightning and Bitcoin images
- Host: GitHub
- URL: https://github.com/ln-markets/images
- Owner: ln-markets
- License: mit
- Created: 2022-10-05T20:50:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T08:41:04.000Z (over 1 year ago)
- Last Synced: 2025-04-13T04:13:32.667Z (about 1 year ago)
- Topics: bitcoin, docker, lightning
- Language: Dockerfile
- Homepage:
- Size: 304 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LN Markets Images
Images are built for **amd64** and **arm64** architectures.
## Configuration
Every image runs the process as `satoshi` user (`1000:1000`), with home directory located at `/home`.
You can easily change the user ID and group ID using the `PUID` and `PGID` environment variables, the `/home` folder permissions will be updated accordingly.
| Name | Description |
| ------ | ------------------------------------- |
| `PUID` | Set the user ID running the app |
| `PGID` | Set the user group ID running the app |
## Images
We have a lot of images, you can find them all in the [Docker Hub](https://hub.docker.com/u/lnmarkets) or on the [GHCR](https://github.com/orgs/ln-markets/packages?repo_name=images).
Images are compiled and verified from the application github repository.
**latest** tag is the latest stable release from the app repository.
**nigthly** tag is the latest commit from the app repository, the nightly images are built every 12 hours.
| Image | Release/Latest | Nightly |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| [Bitcoin](https://github.com/bitcoin/bitcoin) |
| None |
| [LND](https://github.com/lightningnetwork/lnd) |
|
|
| [Taproot Assets](https://github.com/lightninglabs/taproot-assets) |
|
|
| [Loop](https://github.com/lightninglabs/loop) |
| None |
| [Pool](https://github.com/lightninglabs/pool) |
| None |
| [Faraday](https://github.com/lightninglabs/faraday) |
| None |
| [Fork Observer](https://github.com/0xB10C/fork-observer) | None |
|
| [Lightning Terminal](https://github.com/lightninglabs/lightning-terminal) |
| None |
| [Lndmon](https://github.com/lightninglabs/lndmon) |
| None |
| [Tor](https://github.com/TheTorProject) |
| None |
| [LNP Node](https://github.com/LNP-WG/lnp-node) |
|
|
| [BP Node](https://github.com/BP-WG/bp-node) |
|
|
| [RGB Node](https://github.com/RGB-WG/rgb-node) |
|
|
| [Storm Node](https://github.com/STORM-WG/storm-node) |
|
|
| [Storm Store Daemon](https://github.com/STORM-WG/storm-stored) |
|
|
| [nostr-rs-relay](https://github.com/scsibug/nostr-rs-relay) |
| None |
| [nostream](https://github.com/Cameri/nostream) |
| None |
| [electrs](https://github.com/romanz/electrs) |
| None |
### CLI Tools
| Image | CLI Tools | Release/Latest | Nightly |
| --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [BP Core](https://github.com/BP-WG/bp-core) | `dbc`, `seals` |
|
|
| [Descriptor Wallet](https://github.com/BP-WG/descriptor-wallet) | `btc-hot`, `btc-cold` |
|
|
| [RGB20](https://github.com/RGB-WG/rust-rgb20) | `rgb20` |
|
|
| [RGB](https://github.com/RGB-WG/rgb-std) | `rgb` |
|
|
| LNP-BP Tools | `dbc`, `seals`, `btc-hot`, `btc-cold`, `rgb20`, `rgb`, `lnp-cli`, `bp-cli`, `rgb-cli`, `storm-cli`, `store-cli` |
|
|