Dokploy

D

Dokploy

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

Join

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

how to use http 3

Hi there, How can i configure treafik to use http 3? Thanks 🙂...

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

CNAME not possible?

Hey all I try to deploy a stack with swarm. I have created a wildcard domain like *.mydomain.com with A record pointing to my server/load balancer. Now I want to deploy an app as a stack and I have created a CNAME record as myapp.mydomain.com pointing to mydomain.com. ...

Error deploy with cluster

I'm trying to deploy an application of mine, I'm using Dockerfile for builder but I'm having this error, has anyone experienced this?
No description

failed to lookup address information: Try again

Getting this error when trying to connect to a postgres container from another container. Both are spun up from the same docker-compose, and are both have networks: -dokploy-network. Any Ideas?...
No description

"Bad Gateway"

I have setup my site on Dokploy, but I get a "bad gateway" message when I go to the domain. It is on nixpacks domain: http://bloxscripts-project-server-gxlpgy-4c4088-147-93-119-20.traefik.me/...
No description

How to stop Dokploy Docker Compose (raw) from adding random string to my volume name?

I have a docker compose with this volume: ``` volumes: test_data: external: true...

Cannot send secure cookie over unencrypted connection

Given a following code: ```ts import Cookies from "cookies" ...
No description

Deployar aplicación de github con Docker-compose.yml fuera del repositorio

Una consulta si hago un deploy de un proyecto de github con docker compose si o si tengo que subir el docker compose a github o puedo configurar el docker compose desde dokploy?

Cluster

Hello ! How to initialize a cluster with the "Managed " plan? I subscribed to the "Managed " plan on Dockploy, but I can’t figure out how to set up a cluster....

Domain "Cant access this website"

I bought a VPS and connected to dokploy Now im deploying a vite + react app and generating a domain in domains section but when i access this domain dont shows anything...
No description

Preview Deployment on GitLab & Persistent Logs After VPS Reboot

Hi everyone, I’m new to Dokploy and Docker-related technologies, so I’m still learning. I have two questions regarding Dokploy:
1. Does GitLab support Preview Deployment? My repository on GitHub triggers preview deployment successfully, but on GitLab, it doesn't work. Are there any special configurations needed?
2. After rebooting my VPS, the service logs disappear. Is this expected behavior? I created the service using "Create Service" -> "Application" with the Build Type set to "Nixpacks." The application is a simple Node.js app. How can I make logs persist for future analysis? ...