You could have a build server to build your projects on instead of building them on the server where you host your resources. This keeps the load separated, so it does not affect your application’s performance.Documentation Index
Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- The built images needs to be pushed to a container registry.
- The server needs to be authenticated to the container registry. See this for more information.
- The server needs to have access to the source code.
- The server needs Docker Engine installed.
- The server should be the same architecture as the deployment servers.
How to use
- Add a new server to Coolify.
- Enable the
Build Serverfeature while creating a new resource.
Build Server feature for them.
How to set a build server for a resource
- Create or go to a resource that you want to use a build server for.
- Enable the
Build Serverfeature on theGeneraltab,Buildsection. - Make sure you set up a container registry for the resource.