Skip to content

Instantly share code, notes, and snippets.

@brigaldies
brigaldies / docker-compose.yml
Created October 3, 2018 13:30
Docker compose file for a 3-Zoo Keeper ensemble and 3 SolrCloud nodes, with config and data persistence for both the ZK and Solr nodes.
version: '3.1'
services:
zoo1:
image: zookeeper:3.4.13
restart: always
hostname: zoo1
ports:
- 2181:2181
volumes: