Add SonarQube Integration to Coolify Services #5118
Replies: 1 comment
-
|
Hi there! A possible solution would to have an init script run when the docker compose is applied. But I'm unsure if that would be a good idea/solution. The opinion of @andrasbacsai or @peaklabs-dev would be greatly appreciated. (Source: https://community.sonarsource.com/t/docker-install-elastic-search-vm-max-map-count/37270/2) If you've got an idea yourself, just respond here and I'll try it out :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Coolify should support self-hosting SonarQube as a built-in service, allowing users to deploy and manage their own SonarQube instance directly within Coolify. This would simplify the setup for developers who want code quality analysis without relying on external services.
Use Case
Users can deploy a SonarQube instance as a service inside Coolify.
Projects hosted on GitHub, GitLab, and Bitbucket can connect to the self-hosted SonarQube instance.
No need for manual configuration—Coolify handles the setup.
Expected Benefits
✅ Easy Deployment: One-click SonarQube setup inside Coolify.
✅ Full Control: Users manage their own instance without external dependencies.
✅ Secure & Private: Keep code analysis within your own infrastructure.
Proposed Implementation
Add SonarQube as a deployable service in Coolify.
Enable configuration via Coolify’s UI (e.g., ports, database setup).
Provide integration support for CI/CD pipelines.
Beta Was this translation helpful? Give feedback.
All reactions