Replies: 1 comment
-
|
I also raised an issue portainer/portainer-docs#293 with portainer-docs to include this caveat while this feature request waits for a response. |
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.
-
Is your feature request related to a problem? Please describe
See the discussion for context: https://github.com/orgs/portainer/discussions/10494
In short: the temporary unpacker container used by the Local filesystem path feature only joins the default
bridgenetwork. However, depending on the setup this will lead to issues:apps)http://[GITEA_APPS_IP]:[PORT]/MyUser/docker-stacks.gitI/O timeoutThe temporary unpacker container only joins the default bridge network.
Note, that The portainer main container and the agent container also need to join the
appsnetwork as otherwise the validation in the repo URL input field fails withcontext deadline exceeded.Describe the solution you'd like
It should be possible to specify additional networks that the temporary unpacker container can join instead of only the default bridge network. That allows a lot more flexibility.
Describe alternatives you've considered
The only workaround I managed to find is that the portainer main container, the agent container and the Gitea container join the default bridge network. Then, instead of using the
appsnetwork IP for the repo URL one can use the bridge IP which makes the deployment work.However, this has the following downsides:
apps) in addition to the default bridge network from a compose.yml. So manual handling or insane scripting is required to make this work, which is error prone.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions