-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
small fixes for docker-compose setup #16818
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
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.
Thanks, @perminov !
@perminov one thing that we'll need you to address before we can merge is the failed DCO check: https://github.com/vitessio/vitess/pull/16818/checks?check_run_id=30480730370 |
- docker-compose.beginners.yml: fixed depends_on declarations for vtctld and vtgate services - README.md: added ' -a' for 'docker-compose ps' for it to match the example output - vttablet-up.sh: added 's' as units for '--queryserver-config-schema-reload-time 60' Signed-off-by: Pavel Perminov <pavel.perminov.23@gmail.com>
examples/compose/