You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am deploying an app using docker compose. app consists of 5 separate Docker containers. they are all built correctly and app works without issues, however, the deployment is never finished and it always says "in progress". I am on v4.0.0-beta.380
anyone encountered this and knows how to solve it?
I updated to the latest v4.0.0-beta.389 and the problem is still there. moreover, the problem is even worse than I thought. Coolify stops the deployment at some point with the following message, even though the app has been running just fine.
2025-Jan-13 18:00:26.912520
Oops something is not okay, are you okay? 😢
2025-Jan-13 18:00:26.925977
App\Jobs\ApplicationDeploymentJob has been attempted too many times.
Steps to Reproduce
1- Upgrade to the latest version of Coolify.
2- Attempt to deploy a Docker container with the same settings (Docker Compose/Dockerfile)
3- Observe that deployment is "In Progress" indefinitely
4- Observe deployment failed after 1d
Example Repository URL
Private repo
Coolify Version
v4.0.0-beta.389
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
I see this error repeating in my server > proxy > logs
2025-01-24T04:25:48.668775864Z {"level":"error","ts":1737692748.6685526,"logger":"http.log","msg":"setting HTTP/3 Alt-Svc header","error":"no port can be announced, specify it explicitly using Server.Port or Server.Addr"}
I use Caddy for the proxy. And haven't encountered any networking issues while using the app, so I am not sure what this error is about.
It does seem like that is a Caddy issue, but I am unsure if that is preventing my deployments to finish.
The text was updated successfully, but these errors were encountered:
simicvm
changed the title
Deployments in progress indefinitely
[Bug]: Deployments in progress indefinitely
Jan 24, 2025
Can you please provide me with a sample repo where this problem occurs so that I can try to reproduce it? - please move to the other issue as it is probably related.
I am not sure this is a duplicate. In my case builds never succeed, just have In Progress status for 24h and then get automatically canceled. Meanwhile, the "deployed" app seems to be working just fine in that period.
Hi,
I am deploying an app using docker compose. app consists of 5 separate Docker containers. they are all built correctly and app works without issues, however, the deployment is never finished and it always says "in progress". I am on v4.0.0-beta.380
anyone encountered this and knows how to solve it?
I updated to the latest v4.0.0-beta.389 and the problem is still there. moreover, the problem is even worse than I thought. Coolify stops the deployment at some point with the following message, even though the app has been running just fine.
Steps to Reproduce
1- Upgrade to the latest version of Coolify.
2- Attempt to deploy a Docker container with the same settings (Docker Compose/Dockerfile)
3- Observe that deployment is "In Progress" indefinitely
4- Observe deployment failed after 1d
Example Repository URL
Private repo
Coolify Version
v4.0.0-beta.389
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
I see this error repeating in my server > proxy > logs
I use Caddy for the proxy. And haven't encountered any networking issues while using the app, so I am not sure what this error is about.
It does seem like that is a Caddy issue, but I am unsure if that is preventing my deployments to finish.
The text was updated successfully, but these errors were encountered: