Dokploy

D

Dokploy

Join the community to ask questions about Dokploy and get answers from other members.

Join

uptime-kuma change domain

I have added a domain to uptime-kuma and it doesn't load right when I try to use it gives me bad gateway

SSL

Hello. I subscribe a domain(ovh) and vps(netcup). I added the domain to my app and uses lets encrypt certificate. Upon checking, it is still http. What should I do?

add custom domain

How can i record domain form namecheap on my project

Nuxt project build got triggered 2nd times

Currently I'm trying to get the AgencyOS from Directus work, but so far got a lot of troubles. After a sleepless night, I managed to make the backend worked. Now the frontend has issue. Please don't get me wrong, this is not complain, for example the issues in the backend of directus come from their side! Dokploy works perfectly here. I guess the frontend issue could be the same. But we have more reactive response here, that's why I'm trying to seek helps here (while waiting for Directus response)...
No description

Look like my notifications stop firing after upgrading to 0.10.10

Not sure if this is my setup issue or Dokploy, the testing button still fire the notification ok, but the builds and others still silent.

Use self hosted Gitlab

I just installed Dokploy and tried to add my repos which I have on a self hosted Gitlab. Is it possible to authenticate with it and use it like a normal gitlab or will I need to use the "normal" git within the project to get to my source code? Thanks 🙂...

Issue when deploying docker-compose

Hello again ! I do have another issue, when I deploy my project. I'm using the docker compose service. Most of the time, in the deployments, they're running all the time without error and never done status....

There is no runing container found in the Logs tab

Hi all,
Is it normal that there are no running containers found in the Logs tab of Dokploy when deploying via cluster, as Dokploy deploys it to worker nodes? However, I can find them when deploying on a self server (dokploy server). for the case that app deploying to multiple servers (manually select which server the app will be deployed), if I select to deploy to another server, I can find the running container in the Logs tab. thanks...

I can't connect to the database as an internal host.

I'm trying to deploy from dokploy, but for some reason I can't connect to the database. As shown in the screenshot, I can't connect to Internal Host even though the container is on the same network, can you tell me why? If I set the External Port and connect as external, it builds fine, but I want to connect as internal host. ...
No description

Deploy Vue.js [Resolved]

Hello, First, I want to thank you for this tool . I'm trying to deploy a vue.js app for a meetup demo but I'm facing an issue. I followed the the readme of the vue.js example here : https://github.com/Dokploy/examples/tree/main/vuejs But I'm getting this error :...

Advanced tab - Missing sections for Service type: Template or database type

For a Service: Template or database type (i.e. Mariadb) I notice, there are only 3 sections in the Advanced tab. (for other applications/compose types, i can see many other sections such as Resources, Redirects, Security, Volumes, Ports, Traefik - I can use the Security section to create a user/pass and it works. but this is not available for Templates or Database types - is that expected? How to configure Basic Auth for a Service: Template or database type ? (i.e. Mariadb) - There is no "Security" section under Advanced tab. Thank you...
No description

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....

How to deploy monorepo?

Hi all, I have a application in a monorepo (turborepo with bun), frontend (nextjs + bun) and backend (hono + bun) and some packages. What is the best way of deploying this to dokploy? They are all in the same repo and need the entire repo to build a single part, I would love to expose the api and the frontend sepperatly. ...

Clone Git repo with submodules

We can successfully clone our Git repo (with both https and ssh), but as soon as it has submodules (from the same server), the cloning of the submodule fails with an authentication error. Same thing happens when using SSH keys. Cloning and deploying standalone Git repos without submodules works fine, and as far as I could see, if the submodule is a public repo (for instance on Github), it would clone as well. Setup: Dokploy 0.10.10 on an Azure VM with Ubuntu 24.04; Git repos are on Azure DevOps....
No description

Can't generate Let's Encrypt

I have successful created the projects > services > added domain. I have enabled the HTTPS provision + Let's encrypt, but I couldn't get the proper SSL cert/ Checking traefik log, I got this image, which is weird. Can you please point me out what I'm doing wrong?...
No description

How to deploy kafka config with redpanda and conduktor

For the moment I have this configuration and I can access my conduktor which has access to the local redpanda as well as the kafka gateway. I have a domain configured in https which points to the conduktor console (port 8080) The problem is that I can't connect to the redpanda from my kafka consumers / producers from my local services on my pc....

Migrations flow

When deploying a BE service with Docker it's often beneficial to have a special image that runs migrations, exits and then lets the app containers restart. I know this is a bit of a complicated setup, but is there a way to achieve this with Dokploy? Or how do you guys run migrations, especially with multiple concurrent containers per app?

Zero downtime possible

Hey folks, I am running a web service with 4 concurrent containers, after deploy I get about 5-10s downtime when old containers go down, new containers go up and the app starts. Is there a way to have old containers dropped with a delay or only after new container begins listening on a port? (i.e. 0 downtime setup)...

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....

Impossible to deploy using API as applicationId is always NOT FOUND

Hi @Siumauricio, Can't use API to trigger deployment. Got error message ```json {...
Next