Dokploy

D

Dokploy

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

Join

Cannot deploy application to newly added server

i've added new server to my selfhosted dokploy, all validation is green, but cannot deploy any application to that server, and no deployment history everything going to "red circle on my app"
No description

deployment via ecr

I've succesfully deployed dokploy on an ec2. The issue is when i try to pull from an ecr repo. no issues with the following command on cli:...

Unable to connect to services deployed on Remote Servers

Hello! I am running into a network issue when trying to launch services from my dokploy instance. I am using the multiple server approach and it seems like Traefik isn't able to route to the network generated for the service? I was able to solve this...partially. I redeployed the apps on the dokploy web server instead of my remote one and it still failed so i tried "rolling" the traefik.me domain a couple times and I got a warning that I need to update my web server's IP. Adding the server IP to my web server config fixed the locally deployed ones but the remote servers still fails. Trying to figure out how i can fix this....

toomanyrequests

Hi all, I have encountered the following problem. I get an error from docker when deploying any application to dokploy. server “digitalocean”...
No description

Is it possible to assign a domain to databse?

I dont see such option in the ui and my instance is not accessible with ip only. Not sure how to make db visible to the outer internet

Is there a way to deploy to Elastic Beanstalk?

We want to use Dokploy to deploy images to EBS

[FIXED] Failed to create bucket: invalid signature

Odd, the default install of Supabase gives me this error when I try to create a new bucket: Failed to create bucket: invalid signature I'm experiencing a persistent issue with the Supabase instance deployed through Dokploy on my server. When attempting to create a storage bucket, I consistently receive the error: ```...

[bug]: When I use the trigger.dev template, I am unable to access it

Here are my configuration steps 1. Install template 2. Use default configuration, add domain name:...
No description

Preview deployment link not working

Hi, I have pushed new changes in already opend PR. After build run successful in the URL is not working. it gives Bad Gateway. It was working fine before. I have tried to delete PR and created new PR as well but still its didn't work....

Unable to obtain ACME certificate for domains

Hi, I'm not able to generate Let's encrypt certificates. I'm running dokploy behind an opnsense (currently with a any - any rule) The opnsense is running on a proxmox server and I'm forwarding Port 80 and 443 to the dokploy vm. In the Webserver Settings I entered my domain and enabled Let's encrypt. ...

Subdomain on dokploy and main domain on project issue.

I'm running into a very strange case. I've setup a dokploy on a domain server.mydomain.com, which works perfectly with SSL. Then i created a project. that is mydomain.com. The weird behavior is that it's working but on the / of my app i'm being redirect to a dokploy URL: mydomain.com/dashboard/projects, but it's displaying my application....

How can I redirect IP:Port to Domain

I'm hosting a website on Dokploy that's properly set up with my domain and HTTPS and it works when I search the website by domain, but the site is still accessible via direct IP address and port number with HTTP. I've tried creating redirect rules in the Dokploy interface to force traffic from the IP:port to my secure domain, but these redirects don't seem to be working
No description

NextJS Build failes

does anyone have an idea why this build fails all the time? nextjs v15
No description

Next, prisma, postgres setup error

Hello, I would like to setup a next, prisma, postgres project. In production I have this error: ⨯ Error [PrismaClientInitializationError]: Invalid prisma.user.findUnique() invocation:...

How to Disable Traefik in Dokploy to Manually Control Exposed Ports

Hi everyone, I'm using Dokploy to deploy internal platforms within my company. However, I need to disable Traefik because our firewalls block sites generated by it. Instead, I want to manually define which ports are exposed on my VPS to have better control over access. Is there a way to completely disable Traefik in Dokploy and set up my own port mappings? Any guidance or documentation would be greatly appreciated!...
No description

Supabase Template not building (Supabase-vector exited (78))

Good day I am having troubles using the supabase template as when I run deploy it errors out at supabase -vector with exited (78), in the container logs there is an error that states 2025-03-14T15:33:11.415659Z ERROR vector::cli: Configuration error. error=Is a directory (os error 21). Using an Ubuntu VPS and Dokploy Version v0.20.2 Any assistance will be greatly appreciated. Thanks...
No description

Uploading file to Directus fails with 502 error

I can upload smaller (kilobytes) files like small images, etc. However trying to upload an mp3 that's around 5.2mb keeps failing with this error and these are my logs so far. I have added MAX_PAYLOAD_SIZE=50mb to my environment and deployed again to no avail. What am i missing? Thanks for the help in advance. PS: The errors in the log are from my attempts to delete partial uploads so any help with that will also be greatly appreciated...
No description

General security questions

Hello everyone, I have already set up a Linux server in the past (from scratch) and installed all the necessary software and got my Django server up and running. Now I wanted to move with the times and have switched to Next.Js and Hono and am now looking for an alternative, easier to deploy because it was neither fun nor can I put as much time into the server in the future as I have done in the past. Vercel and co look nice, but they are all damn expensive. That's why I wanted to use Dokploy now. But first I have a few stupid questions about security....

Setup server with private IP

Hi, new to dokploy here trying it out. On Hetzer, I've setup a server with dokploy running, setup another server in the same network for apps. When setting up the server in dokploy, i did so with the private IP and it works fine. I have deployed an app and that went well too. However, when i try to access the app using the generated traefik.me domain. I'm unable to. I went back to change the server IP in dokploy to be the public one and it all works fine. Is this intentional? I'd like to get a bit more understanding on why I can't use the private IP of a VPS to setup a server. How will this affect running dokploy and services in a private lan environment?...