-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Docker Compose file that is compatible with Portainer #1052
Comments
Thank you for making this feature request. If anyone can submit a PR I'll be happy to review and merge it. |
I got this running in Portainer by manually creating the images, then using them in the To build the images:
To use the images in a stack:
At this point, the stack will start, but you'll get an HTTP 500 error per #1018. Opening a shell on |
How do you manage to update the images when there's a new release? |
I believe you can re-build an image with the same name, then open the stack, go to the editor tab for the stack, and there should be a button called |
Yes, but you also need to rebuild the .tar files, isn't it? |
Yes. You would need to rebuild the tar files. I'd imagine that it's possible to build the images using the |
Filed #1055 to try to get them to upload official prebuilt container images to a registry. This will allow us to just use their latest in a stack, so that we can easily get updates. |
I will use this issue, instead of #1055 , as the main issue since there are already discussions here. A community member previously took a stab at it. He broke the work into 2 pieces: #824 and #821. I (prematurely) merged #824 believing that #821 will be ready soon. But eventually had to revert #824 because #821 was eventually abandoned. The Obico cloud uses Kubernetes to run a scalable clusters. Hence we expect the self-hosted community to implement this feature because we ourselves won't be the users of this feature. I hope this makes sense. |
Describe the solution you'd like
Can we get a docker compose file that is compatible with container management software like portainer? The current one gives out an error.
Failed to deploy a stack: Service ml_api Building Service tasks Building unable to prepare context: path "/data/compose/64/backend" not found
The text was updated successfully, but these errors were encountered: