Impossible to start two deploys at once?

I'm currently deploying an app using a Dockerfile from my git. While it is running I want to deploy another docker-compose.yml based image in a different project. Clicking the deploy button shows the green toast but it does not start a deployment. Calling the Webhook URL yields a success message but the deployment does not start either.
After the first deployment is finished the second one starts immediately... several times actually, because I clicked so often. Even if only allowing one build at a time is the desired behaviour (it is not, for me) it should show an error message or a warning.
1 Reply
johannes0910
johannes0910OP6mo ago
oho, and now the second docker image is confused. I cannot get a terminal:
Error response from daemon: Container cf0c5547e233457ef816c17f6e35ce94a09dca5e505dc5beb1c710847f71e773 is restarting, wait until the container is running
Error response from daemon: Container cf0c5547e233457ef816c17f6e35ce94a09dca5e505dc5beb1c710847f71e773 is restarting, wait until the container is running
The Logs section show the container as "restarting" as well.
docker logs <id>
docker logs <id>
shows me an error about unknown host in my proxy conf. OK my bad, why didn't it show the error in Dokploy? OK so I fixed my broken nginx.conf. Dokploy is still conused - not showing any logs or giving me a preciuos terminal. Both things work using CLI, so it's not Docker or my incompetence

Did you find this page helpful?