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
I have multiple Docker Compose configurations, each corresponding to a different service. I want to structure my infrastructure setup using Moon in a way that doesn’t require a specific project to run.
My goal is to define custom infrastructure setups for different projects, where each setup can include multiple Docker Compose files and optionally load custom environment variables.
For example:
moon web-infra should use two Docker Compose files and may load a custom environment. moon dashboard-infra should use five Docker Compose files and may load a custom environment.
And so on for other services.
I’m looking for a way to achieve this setup efficiently within Moon.
The text was updated successfully, but these errors were encountered:
I have multiple Docker Compose configurations, each corresponding to a different service. I want to structure my infrastructure setup using Moon in a way that doesn’t require a specific project to run.
My goal is to define custom infrastructure setups for different projects, where each setup can include multiple Docker Compose files and optionally load custom environment variables.
For example:
moon web-infra
should use two Docker Compose files and may load a custom environment.moon dashboard-infra
should use five Docker Compose files and may load a custom environment.And so on for other services.
I’m looking for a way to achieve this setup efficiently within Moon.
The text was updated successfully, but these errors were encountered: