GitHub Repository: Stack Compose File in a different Folder on Github #437
Replies: 2 comments
-
I did not figure out a way to do this, i ended up setting up an internal gitea where each stack is its own repo then created a sync tool to sync all individual stacks into a single github monorepo. You can specify the folder/path for the compose but every time you create a stack komodo will sync the entire repo every time for each stack folder. |
Beta Was this translation helpful? Give feedback.
-
In Github I have a an action that creates a folder and a docker compose file with standard entries that i like in my compose. In Komodo i have a template what when i create a new stack i just need to update the folder path with the name i set in the github action. On my list is to try and execute the Github action and stack creation as one Komodo task but its def a steep learning curve for me :-) Used a lot of the info from FOXXMD blog - which was invaluable to me https://blog.foxxmd.dev/posts/migrating-to-komodo/ my github action
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use GitHub as the source for my stacks. For this, I want to have several subfolders in a single repository on GitHub — one separate subfolder for each stack. How can I set it up in Komodo so that when I create a stack, the corresponding subfolder is created on GitHub?
Beta Was this translation helpful? Give feedback.
All reactions