An open API service indexing awesome lists of open source software.

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

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