Skip to content

Instantly share code, notes, and snippets.

@saabeilin
Created November 7, 2018 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saabeilin/91be85be43dc9082a0c0cb9fa08e8165 to your computer and use it in GitHub Desktop.
Save saabeilin/91be85be43dc9082a0c0cb9fa08e8165 to your computer and use it in GitHub Desktop.
schema-registry:
image: confluentinc/cp-schema-registry:5.0.0
hostname: schema-registry
container_name: schema-registry
depends_on:
- zookeeper-1
- kafka-1
ports:
- "8081:8081"
env_file:
- schema-registry.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment