projectatomic / nulecule-library

A set of nulecule-ized applications that can be used for reference or as part of your applications
GNU Lesser General Public License v3.0
27 stars 28 forks source link

Improvements to gitlab example #41

Open dustymabe opened 8 years ago

dustymabe commented 8 years ago

The gitlab example uses redis and postgres but it doesn't use nested nulecules to achieve this. We should use the redis atomicapp and the postgres atomicapp within this application.

Additionally we should use images from the centos dockerfiles rather than the images under swordphilic on github.

@navidshaikh what do you think?

navidshaikh commented 8 years ago

The gitlab example uses redis and postgres but it doesn't use nested nulecules to achieve this. We should use the redis atomicapp and the postgres atomicapp within this application.

One, redis nulecule example has master and slave configured; this gitlab example does not use redis master and slave. Two, this example also shows how to write Nulecule Spec if you have multiple tiers in application (without using graphs).

Additionally we should use images from the centos dockerfiles rather than the images under swordphilic on github.

ACK! will test the example with centos dockerfiles images.