projectatomic / nulecule

[UNMAINTAINED] Specification describing a container-based application
209 stars 46 forks source link

Support docker-compose artifact in Nulecule spec #169

Open rtnpro opened 8 years ago

rtnpro commented 8 years ago

Problem statement

Docker compose is, in many ways, analogous to a Nulecule file. Services in Docker compose YAML file is analogous to items in the graph in a Nulecule file. So, we don't need a separate compose artifact for each item in graph, but just one, for the user facing application (e.g., sentry, etherpad, wordpress).

Possible solutions

goern commented 8 years ago

Could you elaborate on this a little more?