johannes0910
Regular "Gateway Timeout" errors from Mattermost / Traefik
I'm hosting Mattermost. While it works, the service is super unstable. Every couple of minutes I receive a 504 error from the HTTP service from traefik. After a couple of seconds it works again.
Using a terminal in the machine, I can do "curl http://localhost:8065" and it works. So the service is running and the issue stems from traefik.
The system is not used, it's just me testing it. So it's not a load issue.
What can I do to analyze / fix the issue?
This is the error I get in the logs:
10 replies
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.
2 replies
Headless Chrome Timing Out on Dokploy Deployment
I have an issue getting a headless Chrome browser to run in my Ruby on Rails app deployed via Dokploy. The browser times out on all requests when started from the web server, but it works perfectly when launched from the Rails console in the Terminal (via Dokploy UI).
The goal is to fetch a remote URL and extract its content.
My Docker setup is solid, as the app runs smoothly when built and executed with plain Docker, on Coolify (a competitor), and on my local development machine. The problem appears to be specific to the Dokploy deployment.
The only feedback I get from Dokploy logs is a series of messages like:
I’m not sure what’s causing this. I'm not even sure it's related to Dokploy. However I'm at my wits end. Anybody have any ideas?
Dockerfile: https://pastebin.com/GywVfPT7
Chrome (error) messages when starting (successfully) from Rails console: https://pastebin.com/R7xfT21a
38 replies