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
Is your feature request related to a problem? Please describe
My problem is that I have multiple docker-compose files in my repo located here: https://github.com/tonur/portainer
Whenever I want to deploy a new stack, I have to commit files and then have to input the parameters for each new stack's docker-compose files path.
Describe the solution you'd like
I'd like a simple solution to just grab everything in my repository, and treat it as a child stack.
This could be by me specifying a path with a wildcard like so: "**/docker-compose.y*ml".
Or perhaps just a "Take every yaml file from this repository, and create a stack for each of the files you find" option.
Describe alternatives you've considered
I don't know if it should be an advanced option under the "Stack", perhaps this would be a totally separate item called "stack-of-stacks" or "Recursive stacks" or whatever. I am just really missing a simple option for this capability.
Additional context
This perhaps relates to this: #2902
Which was solved with the possibility of adding multiple docker-compose files in the path here: #5461
But the thing that I wish for, is a non exhaustive list, when I setup a GitOps job, so that I only have to make changes and add new files in my git repository.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
My problem is that I have multiple docker-compose files in my repo located here: https://github.com/tonur/portainer
Whenever I want to deploy a new stack, I have to commit files and then have to input the parameters for each new stack's docker-compose files path.
Describe the solution you'd like
I'd like a simple solution to just grab everything in my repository, and treat it as a child stack.
This could be by me specifying a path with a wildcard like so: "**/docker-compose.y*ml".
Or perhaps just a "Take every yaml file from this repository, and create a stack for each of the files you find" option.
Describe alternatives you've considered
I don't know if it should be an advanced option under the "Stack", perhaps this would be a totally separate item called "stack-of-stacks" or "Recursive stacks" or whatever. I am just really missing a simple option for this capability.
Additional context
This perhaps relates to this: #2902
Which was solved with the possibility of adding multiple docker-compose files in the path here: #5461
But the thing that I wish for, is a non exhaustive list, when I setup a GitOps job, so that I only have to make changes and add new files in my git repository.
Beta Was this translation helpful? Give feedback.
All reactions