Add Service Stack page for Github App based deployments #4825
Replies: 2 comments 3 replies
-
@louisab-dev there are 2 different types of projects in coolify, service (with a stack) and application. Since you are in a repo, if you want to make a change to your compose stack, you just make it in your repo and redeploy, it doesn't make sense to be able to make a change in coolify, as it would just get overwritten next time you push If you have a compose and want to have a service stack, then you can create new project, paste in compose, and set context to be your repo |
Beta Was this translation helpful? Give feedback.
-
I agree that the "view the different services running with their health-checks" is definitely a plus, the other option is to go to the logs tab and press load logs which is not the most user friendly and the colors of the state of each service are also a quick read of health instead of reading each docker logs |
Beta Was this translation helpful? Give feedback.
-
Coolify is great with the one-click deployments for services providing a clear access to the different part of the services running and allowing for a specific configuration change or a setting up a database backup when a database is involved in the Service Stack.
Here is an example
This is possible for services based on a docker-compose.yml file. However this is not possible on deployments based on a github app even if the deployment is based on a docker-compose file.
Here is an example with a project deployed using a Github and a docker-compose file.
This would be a great addition to be able to view the health-checks of the different services and update settings for a specific part of the service.
Beta Was this translation helpful? Give feedback.
All reactions