-
Notifications
You must be signed in to change notification settings - Fork 6
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 environment commands for deployment #13
base: master
Are you sure you want to change the base?
Conversation
Added ElasticStack enable/disable switch + integration Added Mac OS optimizations enable/disable switch Updated ElasticSearch image tags Added health checks for MySQL and PostgreSQL Fixed stack merging issues while the service order does not match Added the ability to self-manage some services and volumes in order to ignore stack updates
to know in advance that php 7.4 is required if someone is not using install via composer
update doc
ad21c45
to
272a614
Compare
…ronment-commands # Conflicts: # README.md # src/Domain/Stack/Compose/Normalizer/ServiceDenormalizer.php # src/Domain/Stack/OroPlatform/Service/ElasticSearch.php # src/Domain/Stack/OroPlatform/Service/MySQL.php # src/Domain/Stack/OroPlatform/Service/PostgreSQL.php
|
||
public function __toString() | ||
{ | ||
return implode('', array_map(function ($item) { |
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.
Attention ça ça pète si t'envoie n'importe quoi dans le constructeur
…ronment-commands # Conflicts: # composer.lock
# Conflicts: # README.md # bin/kloud
…ko-labs/kloud into feature/12-add-environment-commands
|
||
return 0; | ||
} | ||
} |
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.
Supprime uniquement la valeur de la variable, pas la variable entière.
Peut être que c'est normal
#12