https://github.com/vulpemventures/docker-esplora
Dockerfile of the public images vulpemventures/esplora and vulpemventures/esplora-liquid
https://github.com/vulpemventures/docker-esplora
Last synced: 4 months ago
JSON representation
Dockerfile of the public images vulpemventures/esplora and vulpemventures/esplora-liquid
- Host: GitHub
- URL: https://github.com/vulpemventures/docker-esplora
- Owner: vulpemventures
- License: mit
- Created: 2019-04-16T15:48:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T10:16:02.000Z (almost 4 years ago)
- Last Synced: 2025-10-02T04:29:28.102Z (9 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker esplora
Dockerfile of the public image [ghcr.io/vulpemventures/esplora:latest](https://github.com/orgs/vulpemventures/packages/container/package/esplora)
Pull the image:
```bash
$ docker pull ghcr.io/vulpemventures/esplora:latest
```
Run the container:
```bash
$ docker run -p 5000:5000 -d -e API_URL=https://blockstream.info/api -e PORT 5000 ghcr.io/vulpemventures/esplora:latest
```
## Release
To tag a new image with a new version:
1) Create a new folder with `COMMIT_SHA` as directory name
2) Modify the GH Action in `.github/workflows/docker-publish.yml` changing the ARG `COMMIT_SHA` with new created folder
3) Push in master