https://github.com/vulpemventures/docker-electrs
Dockerfile of the public images vulpemventures/electrs and vulpemventures/electrs-liquid
https://github.com/vulpemventures/docker-electrs
Last synced: 12 months ago
JSON representation
Dockerfile of the public images vulpemventures/electrs and vulpemventures/electrs-liquid
- Host: GitHub
- URL: https://github.com/vulpemventures/docker-electrs
- Owner: vulpemventures
- License: mit
- Created: 2019-04-04T10:17:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:49:44.000Z (over 3 years ago)
- Last Synced: 2025-06-30T15:56:59.359Z (12 months ago)
- Language: Liquid
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker electrs
Dockerfile of the public images [vulpemventures/electrs](https://hub.docker.com/r/vulpemventures/electrs) and [vulpemventures/electrs-liquid](https://hub.docker.com/r/vulpemventures/electrs-liquid)
## Electrs
Pull the image:
```bash
$ docker pull ghcr.io/vulpemventures/electrs
```
Run the container:
```bash
$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrs
```
## Electrs Liquid
Pull the image:
```bash
$ docker pull ghcr.io/vulpemventures/electrs-liquid
```
Run the container:
```bash
$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrs-liquid
```
## Release
To tag a new image with a new version:
1) Create a new folder with `COMMIT` as directory name and change the `Dockerfile`s ARG `COMMIT`
2) Modify the GH Action in `.github/workflows/docker-publish.yml` changing the `COMMIT` env var
3) Push in master