update org to hackworks

This commit is contained in:
Ian Munoz 2019-01-18 18:22:30 +00:00
parent 39813b24e2
commit 634abce90b
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ services:
constraints:
- node.role == manager
explorer:
image: ianamunoz/zcash-insight-explorer:v1.1.1
image: zcash-hackworks/zcash-insight-explorer:latest
deploy:
placement:
constraints:

View File

@ -5,4 +5,4 @@ docker service create -t \
--hostname explorer.beta.z.cash \
--label traefik.port=3001 \
--label traefik.frontend.rule='Host:explorer.beta.z.cash;' \
ianamunoz/insight-explorer-zcash:v1.1.1
zcash-hackworks/insight-explorer-zcash:latest

View File

@ -27,7 +27,7 @@ sudo apt-get install git
```
Clone repo and build image
```
git clone https://github.com/ianamunoz/zcash-insight-explorer.git
git clone https://github.com/zcash-hackworks/zcash-insight-explorer.git
cd zcash-insight-explorer
docker build -t zcash-hackworks/zcash-insight-explorer .
```