Skip to content

Instantly share code, notes, and snippets.

@danielstjules
Created September 1, 2017 20:34
Show Gist options
  • Save danielstjules/fbeae2de2f3c9afeb95d57a7a6121673 to your computer and use it in GitHub Desktop.
Save danielstjules/fbeae2de2f3c9afeb95d57a7a6121673 to your computer and use it in GitHub Desktop.
docker-compose.yml
redis:
image: redis
ports:
- "6379:6379"
stream:
image: segment/fake-event-stream
environment:
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_CHANNEL=events
- EVENTS_PER_SECOND=100
links:
- redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment