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

Epic: Define an application once in a way that can be used in dev, test and prod #1784

Closed
5 tasks done
bfirsh opened this issue Jul 29, 2015 · 3 comments
Closed
5 tasks done
Assignees
Milestone

Comments

@bfirsh
Copy link

bfirsh commented Jul 29, 2015

It should be possible to define a single file that can abstractly describe the high-level structure of application. This file should be able to be used across development, test and production with no modification, but may need additional configuration files or environment variables to describe the variances between environments.

Related things:

(This list is not a complete list of what it will take to achieve this goal, and may change as we research what users want.)

Research:

@aanand
Copy link

aanand commented Jul 29, 2015

#1380 provides some user feedback on extends and where it falls short for this use case.

@dnephin
Copy link

dnephin commented Sep 1, 2015

I think https://github.com/dnephin/compose-addons#dcao-merge addresses some of this. It provides a convenient way to vary a configuration but keep a similar base.

@dnephin
Copy link

dnephin commented Nov 3, 2015

This is now documented in extends.md

@dnephin dnephin closed this as completed Nov 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants