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

docker-sync will include docker-compose #33

Closed
EugenMayer opened this issue Jul 8, 2016 · 3 comments
Closed

docker-sync will include docker-compose #33

EugenMayer opened this issue Jul 8, 2016 · 3 comments
Assignees

Comments

@EugenMayer
Copy link
Collaborator

I build something which is going to use docker-compose, see https://github.com/EugenMayer/docker_sync or specificly https://github.com/EugenMayer/docker_sync#other-usages-with-docker_sync

I will build docker-compose.rb into docker-sync to have a full-stack support with compose when starting dev stacks.

@EugenMayer EugenMayer self-assigned this Jul 10, 2016
@EugenMayer
Copy link
Collaborator Author

@xeger
Copy link
Owner

xeger commented Jul 11, 2016

Very nice. You did this without needing to manipulate the YML file contents?

@EugenMayer
Copy link
Collaborator Author

For docker-sync-stack yes, thats just the plain "one file' tool. In our development env, where i use docker-sync and docker-compose as libraries to craft our development management tool, i use / make use of the compose overrides / variable injection.

Working effectively with compose overrides needs a level of conventions which you cannot generalize into docker-sync-stack - i guess with some effort you could, but this needs a lot:

  • explaining how overrides would work conceptually and how to design the images to support that for production/development
  • how to create those development files

I might go and create a boilerplate for this at some point, including some support for docker-sync-stack to work with dev/production. Lets see what time i end up having :)

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

No branches or pull requests

2 participants