Limit Resources for Deployments #6104
abteilung
started this conversation in
Feature Requests
Replies: 1 comment
-
since the old docker build command is deprecated and docker now uses buildkit then, coolify will need to switch to using buildx with the container driver https://docs.docker.com/build/builders/drivers/docker-container/ So it is possible for you to manually create this container on your host, and set it to be the default builder, then any build commands coolify sends, would use your builder, if you run however i would strongly advise against building on the same host that you are serving from, instead build somewhere else, and use a registry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The deployment process can use a lot of resources, which leads to high server loads and thus to slow responses.
It would be great if we could limit the CPU power dedicated to deploying. I'd rather have slow deployments than overloaded servers.
Beta Was this translation helpful? Give feedback.
All reactions