Skip to content

Instantly share code, notes, and snippets.

@bdelbosc
Last active October 16, 2019 13:12
Show Gist options
  • Save bdelbosc/8cfae3e7e5cc6e3bde826f2c13c05631 to your computer and use it in GitHub Desktop.
Save bdelbosc/8cfae3e7e5cc6e3bde826f2c13c05631 to your computer and use it in GitHub Desktop.
Save the file and run: docker-compose -f docker-compose-pull.yml pull
version: '2'
services:
zookeeper:
image: zookeeper:3.5.5
kafka:
image: wurstmeister/kafka:2.12-2.3.0
kafkahq:
image: tchiotludo/kafkahq:0.9.0
traefik:
image: traefik:maroilles-alpine
mongodb:
image: mongo:4.0.12
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.3
grafana:
image: grafana/grafana:6.4.1
graphite:
image: graphiteapp/graphite-statsd:1.1.3
openjdk:
image: openjdk:11-jdk-slim
nuxeo:
image: nuxeo/nuxeo:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment