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

Specify Configs / Volumes when adding a service to an existing stack #25

Closed
bodom0015 opened this issue Apr 6, 2016 · 1 comment
Closed
Assignees
Labels

Comments

@bodom0015
Copy link
Member

After creating a stack with the wizard (which handles configuration), the user has the option to Add/Remove optional dependencies without recreating the entire stack. While this is helpful in simple cases, it creates a problem in more complex services.

A perfect example encompassing both of these problems can be seen in ownCloud + MySQL. Specifying ownCloud does not prompt for configuration, but the optional MySQL service requires the user to enter several passwords for proper functionality. Without entering a MySQL password/root password, the service can never successfully start. Furthermore since MySQL was never allocated a volume, it will not persist its contents between restarts (which seems suboptimal for a database).

@bodom0015 bodom0015 added the bug label Apr 6, 2016
@bodom0015 bodom0015 changed the title Optional configs when adding a service to an existing stack Specify Configs / Volumes when adding a service to an existing stack Apr 6, 2016
@bodom0015 bodom0015 self-assigned this Apr 18, 2016
@bodom0015
Copy link
Member Author

Fixed by #47

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

No branches or pull requests

1 participant