Skip to content

Instantly share code, notes, and snippets.

View rosscdh's full-sized avatar

Ross Crawford-d'Heureuse rosscdh

  • Sydney
View GitHub Profile
version: '2'
services:
redis:
restart: always
image: sameersbn/redis:4.0.9-1
command:
- --loglevel warning
volumes:
- $PWD/data/redis:/var/lib/redis:rw
version: '3.3'
services:
zookeeper:
image: confluentinc/cp-zookeeper:5.3.1
hostname: zookeeper
container_name: zookeeper
ports:
- "2181:2181"
environment: