Replies: 2 comments 1 reply
-
What did you use for git token? Is it access token with repo read permissions? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I ended up deleting that repository and changing it for a forgejo instance I host. That's working flawlessly. So not sure what was wrong :( |
Beta Was this translation helpful? Give feedback.
0 replies
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 on v1.19, and I've done the following:
When I try to create a new Stack, I:
/etc/komodo
directory) where I want to deploy it (running same version as core)When I press Save, I get an error in the info tab saying that Komodo cannot read the contents of the compose file:
I am not mounting the
/repo-cache
directory in the docker compose file.When I
sh
into the core container (docker compose exec -it komodo sh
) I see that everything until/main
is there, however it seems as if thelatest
version has not been pulled by Komodo since the directory is empty:Any hints at what I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions