Merge pull request #208 from zcash/ben/use-dockerhub-for-zcashd-docker-image-source

Update docker-compose to use the Docker hub images
This commit is contained in:
Ben Wilson 2020-03-12 09:00:52 -04:00 committed by GitHub
commit 723071dcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ services:
loki-url: 'http://localhost:3100/api/prom/push'
zcashd:
image: gcr.io/zcash-web/zcashd:latest
image: electriccoinco/zcashd:latest
volumes:
- $ZCASHD_DATADIR:/srv/zcashd/.zcash
- $ZCASHD_PARMDIR:/srv/zcashd/.zcash-params
@ -38,7 +38,7 @@ services:
loki-url: 'http://localhost:3100/api/prom/push'
zcashd_exporter:
image: gcr.io/zcash-web/zcashd_exporter
image: electriccoinco/zcashd_exporter:latest
environment:
- ZCASHD_RPCUSER=$ZCASHD_RPCUSER
- ZCASHD_RPCPASSWORD=$ZCASHD_RPCPASSWORD