Skip to content

Instantly share code, notes, and snippets.

@mneedham
Created July 19, 2021 20:28
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 mneedham/100765e8b63e5e94f963dd10678d06b3 to your computer and use it in GitHub Desktop.
Save mneedham/100765e8b63e5e94f963dd10678d06b3 to your computer and use it in GitHub Desktop.
Apache Pinot GitHubEventsQuickStart
version: '3'
services:
pinot:
image: apachepinot/pinot:0.7.1
command: "GitHubEventsQuickStart -personalAccessToken ${GITHUB_TOKEN}"
container_name: "pinot-github-events-quick-start"
ports:
- "9000:9000"
- "8000:8000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment