Skip to content
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

Add Local Server extension for containers #525

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rmccue
Copy link
Member

@rmccue rmccue commented Aug 20, 2024

* @return array Altered docker-compose.yml configuration.
*/
public function filter_compose( array $config ) : array {
// Skip entirely if the module is disabled.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like the similarity between the different "config" var names.
Two are the composer config, and one is a docker-compose config. Could they be called full/local_composer_config and docker_config?

$version_map = [
'7.10' => 'humanmade/altis-local-server-kibana:1.1.1',
'7' => 'humanmade/altis-local-server-kibana:1.1.1',
'6.8' => 'blacktop/kibana:6.8',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A thought. Why are we still supporting so many old versions? Is this just for clients who haven't upgraded? Or is there a technical reason someone would want to use an old version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants