Error while deploying
I have a compose stack that is created and managed by github integration
Autodeploy worked fine untill it stoped, then I just pressd Deploy for manual deployments
Today manyal deployment stop working
How to debug this error? I have no idea what went wrong.
4 Replies
deploying in external server?
or deploying in the same dokploy server?
On same server. It worked before and stoped without any obvious reason
One thing that is changed: i removed service from docker-compose.yml that was already deployed
oh yeah that was the error, if you are using a service that is not defined it will give error, although I don't know why it is not showing the error
Aha, ok, so it seems fix could be to stop this compose and then to deploy it again. Would stopping delete anything from the mounts?