zcash-insight-explorer/docker-service.sh

9 lines
299 B
Bash
Raw Permalink Normal View History

docker service create -t \
--constraint "node.hostname == ${NOD_HOSTNAME}" \
--network $SWARM_NETWORK \
--name explorer \
--hostname explorer.beta.z.cash \
--label traefik.port=3001 \
--label traefik.frontend.rule='Host:explorer.beta.z.cash;' \
2019-01-18 10:22:30 -08:00
zcash-hackworks/insight-explorer-zcash:latest