-
Notifications
You must be signed in to change notification settings - Fork 505
feat: add docker-compose.prod.override.yml support #1221
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <!-- | ||
| Create a changelog entry for every new user-facing change. Please respect the following instructions: | ||
| - Indicate breaking changes by prepending an explosion 💥 character. | ||
| - Prefix your changes with either [Bugfix], [Improvement], [Feature], [Security], [Deprecation]. | ||
| - You may optionally append "(by @<author>)" at the end of the line, where "<author>" is either one (just one) | ||
| of your GitHub username, real name or affiliated organization. These affiliations will be displayed in | ||
| the release notes for every release. | ||
| --> | ||
|
|
||
| <!-- - 💥[Feature] Foobarize the blorginator. This breaks plugins by renaming the `FOO_DO` filter to `BAR_DO`. (by @regisb) --> | ||
| <!-- - [Improvement] This is a non-breaking change. Life is good. (by @billgates) --> | ||
|
|
||
| - [Improvement] Add support for `docker-compose.prod.override.yml` when using | ||
| `tutor local` commands | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note that adding the username in the changelog entry is optional. If OP does not need public recognition, that's fine :-)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rhysyngsun Hi, are you good with merging this without mentioning your GitHub in the changelog entry? You can update the changelog if you want to. Thanks
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can merge it as-is. |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.