Error creating manual backup
Hey, I'm trying to setup a mysql database backup. The S3 Destination setup was fine, and the backup config too.
However when running the manual backup I get this error: Error creating the manual backup
Without any further explanation, how can I investigate this?...
GitLab: "Remote branch null" when reloading domain
Everything was working fine when I was in the General section, but when I tried to reload services in the Domains configuration, I got an error saying that it can't pull the "null" branch.
Context:
I tried to deploy with GitLab Compose
I successfully deployed three applications with GitHub before this....

Traefik hogging up one cpu fully when remix app under load
Hey guys, we've been using dokploy for our app for quite some time.
Recently we were stress testing the staging app ( which runs on dokploy ) to evaluate when to scale.
While testing we noticed something odd - almost 1 cpu core is always pegged at 100% and used by traefik when viewed by htop via direct ssh ...

Change the default dokploy port
Hi! Is it possible to change the port of the dokploy container ?
Is it possible to edit the dokploy docker compose file?...
pnpm - error installation
Hi there!
I'm have this error when i run the command
pnpm install
I attach the error in txt file...services that want to use same ports
I think I'm thinking about this whole thing wrong. I posted two screenshots showing two seperate setups for two projects.
Both use a nginx frontend (port 8080) and php-fpm backend (9000). Obviously I can't run both projects on the same ports, how could I go about running these two projects without messing up the networking?
Or would I do something like host nginx for both projects in it's own service and the same for php-fpm? ...

Unable to install Dokploy on Ubuntu 24.04.2
Hello,
I am unable to install dockploy on a fresh install of Ubuntu 24.04.02. After the execution of the automated install script, with curl i get an connection refused. All containers seems to be running. Looking into the dockpoy container it seems that it can't connect to the database.
````
curl http://0.0.0.0:3000
curl: (56) Recv failure: Connection reset by peer...
Volume not working
Scratch my last post, the DB is now working. The issue now is the volume mounted to /var/lib/mysql is not persisting my DB. I tested it by restarting the compose and redeploying and going back in to look and the DB is back to default.
When I 'create a service' at the beginning I use compose, so I only have one option which is 'file mount'. Is this sufficient enough to persist my data? Don't understand what's going on....

DB not starting and can't access terminal
My db relies on a named volume. I've added the volume to my compose file and also added the file mount to the volume to the host:
" volumes:
- "../files/db_data:/var/lib/mysql""
...

Change to another instance
I installed the dokploy instance on a hosting VPS... how do I move this installation to another mach
How to set basic auth when deploying composé
Hi, I’m deploying a service with a compose file from Gitlab repository.
I set up a domain via the UI.
How can I configure a basic auth on that domain ?
Thanks....
Docker Swarm
Hello, is the docker swarm option not 100% complete?
For example, if I have 3 manager nodes, the dokploy ecosystem only runs on 'manager-1', that is, I cannot use a load balancer because only 'manager-1' accepts incoming traffic (maybe because of traefik?). Another thing is that in case of failure on 'manager-1', even though I have 2 more managers, I see that none of them takes over, and even if they did, what would happen to the data?...
2FA Login Returns “Invalid 2FA Code” After Upgrading Dokploy
After upgrading Dokploy to the latest version, I am unable to log in using 2FA. The system consistently returns an “Invalid 2FA code” error, even though the code is correct.
Has anyone else encountered this issue? Are there any known fixes or workarounds?...
Custom Domain for Dokploy Control Panel
Hi, guys.
Instead of using IP:3000, is it possible to map that to a domain (example.com) somehow using the built-in Traefik?...
How to use Dokploy's Traefik for Reverse Proxy Only?
I have an app that is already running at 127.0.0.1:8888.
How do I deploy an application that does nothing except forwarding all requests from example.com to 127.0.0.1:8888?
What I did so far:...
Deploy vs Rebuild vs Reload
What's different between this? and which one should i use if i want to update domain
How to forward requests to remote server
So I am very much a newb when it comes to docker and containers. I've successfully set up an n8n service on the same server as dokploy. I'm now trying to figure out how to replicate that n8n service on a remote server. Here are the details:
DNS config:
I have a wildcard A record forwarding all subdomains to the dokploy IP address. There is not Proxy enabled, it's DNS Only.
...
Let's Encrypt certificate not being set up correctly for a newly added domain
I have a dokploy server serving up a website app on a subdomain to preview the new site before I tried to shift the DNS record to the new site. I'm using version v0.18.3.
I mistakenly added the domain before setting up the A/AAAA records in DNS, which caused the certificate to fail to load and is now presenting as the default Traefik cert. I've tried deleting the domain and adding it again after verifying that the DNS records were reachable, but I still get the default cert.
I also noticed that if I try reloading Traefik through the Web Server page, I get an error, but the management page stays up, and the page still loads with the incorrect certificate....