Docker Compose setups support all Docker Image Features #5015
QarthO
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From discord
I would love to have all of the features that are available for docker images be available for docker compose.
For example:
When you deploy a resource on docker compose. A sidebar appears that shows deployment logs. After you click away thats just gone forever from the ui. However in a docker image setup, there's an entire page/tab to where you can view the logs of the deployment AND previous deployments. Why is this not the same for docker compose setups?
Healthchecks for docker compose services can only be managed my editing the compose file directly under each service. For image applications, theres an entire tab. I would love to see this tab in the compose setups too. Modifying it would just directly modify the compose similarly how modifying a domain does.
If you have sentinel enable you can view metrics of your image. But this isn't available for compose setups.
Same as healthchecks, would love to have this managed through the ui
Theres rollbacks, deployment history, preview deployments, enabling the gpu, and other settings that are just not available for docker compose services when should be so obvious they should especially since they're already apart of coolify
(I know that almost all of these can be manually done thru the compose file... thats not what im going for here. I'm talking about through the ui)
With all the 1-click services being docker compose setups, It amazes how all these amazing features docker images have are just being missed out for coolify.
Beta Was this translation helpful? Give feedback.
All reactions