Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 864 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 864 Bytes

Docker electrs

Dockerfile of the public images vulpemventures/electrs and vulpemventures/electrs-liquid

Electrs

Pull the image:

$ docker pull ghcr.io/vulpemventures/electrs

Run the container:

$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrs

Electrs Liquid

Pull the image:

$ docker pull ghcr.io/vulpemventures/electrs-liquid

Run the container:

$ 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 Dockerfiles ARG COMMIT
  2. Modify the GH Action in .github/workflows/docker-publish.yml changing the COMMIT env var
  3. Push in master