You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
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
Allow items in graph have no artifact for a provider [Easyfix]
Incorporate more information in Nulecule file about application architecture and generate provider artifacts automatically.
The text was updated successfully, but these errors were encountered:
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 ingraph
, but just one, for the user facing application (e.g., sentry, etherpad, wordpress).Possible solutions
graph
have no artifact for a provider [Easyfix]The text was updated successfully, but these errors were encountered: