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

improves SetupCommand #18

Merged
merged 4 commits into from
Jan 24, 2017
Merged

improves SetupCommand #18

merged 4 commits into from
Jan 24, 2017

Conversation

oqq
Copy link
Member

@oqq oqq commented Jan 23, 2017

This PR

  • improves output styles
  • build docker-compose from an array with symphony yaml component
  • provides an input option to omit docker to publish ports to host

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 13.872% when pulling eeb3559 on oqq:commands into d1a3169 on prooph:commands.

$config .= " - $httpPort:80\n";
$config = [
'version' => '2',
'services' => [
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if it was already discussed, but we should use version 3 (requires Docker 1.13 and Docker Composer 1.10) but then we can deploy the stuff to a Swarm Cluster with docker stack deploy --compose-file=docker-compose.yml my_stack.

Copy link
Member Author

Choose a reason for hiding this comment

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

+1 for version 3. But not available for docker for Mac currently.

@coveralls
Copy link

Coverage Status

Coverage increased (+8.8%) to 22.763% when pulling 21c22db on oqq:commands into d1a3169 on prooph:commands.

@coveralls
Copy link

Coverage Status

Coverage increased (+8.8%) to 22.763% when pulling fa1eedd on oqq:commands into d1a3169 on prooph:commands.

@prolic prolic merged commit 57c9db5 into prooph:commands Jan 24, 2017
@prolic
Copy link
Member

prolic commented Jan 24, 2017

thx!!!

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.

None yet

4 participants