Replies: 3 comments 7 replies
-
|
Do you have an idea how this could be implemented? doco-cd was designed just for deployments so this falls somewhat outside the scope of this project. |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
The new compose project API will be implemented in #575. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
v0.33.0 should be what you wanted. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using doco-CD with a .doco-cd.yaml file containing many stacks.
Sometimes it happens that I perform some system-wide changes that will impact the stacks deployed on my machine, but that are not tracked in git.
In such cases I would like to have a way to tell DOCO-CD "please restart this stack".
As a workaround today I push a small, empty commit, touching the docker-compose.yaml file for that stack... but yeah, this is suboptimal...
Beta Was this translation helpful? Give feedback.
All reactions