zcash-insight-explorer/docker-service.sh

9 lines
293 B
Bash
Raw 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;' \
ianamunoz/insight-explorer-zcash:v1.1.1