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.
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
oho, and now the second docker image is confused. I cannot get a terminal:
The Logs section show the container as "restarting" as well.
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