update readme with zcash-hackworks. todo: volumes

This commit is contained in:
Ian Munoz 2019-01-17 19:59:19 +00:00
parent 723339174a
commit 39813b24e2
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ This repo contains a Dockerfile to run and set up an insight explorer for the Zc
To build the image run:
`docker build -t ianamunoz/zcash-insight-explorer .`
`docker build -t zcash-hackworks/zcash-insight-explorer .`
* Note that this build will pull in all the parameters so it is a bit heavy at 2.48GB. It will require some bandwidth and beware of your /var/lib directory if you have a default docker install.
@ -11,11 +11,12 @@ To run locally without to test operation run:
```
docker run -d \
-p 80:3001 \
ianamunoz/zcash-insight-explorer
zcash-hackworks/zcash-insight-explorer
```
The `docker-service.sh` file shows you might might manually run it as a service behind a traefik reverse proxy as seen for example in the `docker-compose.yml`.
ToDo: tags for versions
ToDo: split params and blockchain into docker volumes
Set up ad-hoc [Google Cloud](./docs/ad_hoc_gcp.md) instance.