-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: docker compose for dagger quickstart #206
Conversation
@sumitaich1998 Some feedback:
|
quickstart-docker/compose.yaml
Outdated
yes Y | add-apt-repository universe | ||
yes Y | apt-get update | ||
yes Y | apt-get install protobuf-compiler | ||
yes Y | apt-get install kafkacat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explicit version of kafkacat need to be installed to maintain compatiblity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fixes #207
Acceptance Criteria: