Dokploy

D

Dokploy

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

Join

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

How do I restart traefik

hello, I installed Dokploy and deployed some applications however my vm went down and I hard to restart aft the restart process, how domains are now pointing to nginx default page and are not able to point to their various apps despite me setting it up. kindly assist. I also noticed that traefik has no containers. below are my server logs from dokploy ``` { severity_local: 'NOTICE', severity: 'NOTICE',...

I can not deploy a simple app

[phases.setup] nodeVersion = "20" nixPkgs = ['nodejs', 'yarn'] ...

Bind multiple primary domain names on a server

Hi, I subscribe to the paid service provided by dokploy and I would like to know what should I do if I want to deploy multiple websites on a single server, each of which requires a separate first level domain name? Similar to a.com,b.com...

On every deployment in Next.JS there's this error

I have a Next app which is using server actions, and I noticed on each deployment if the user is currently on a page, let's say editing a form and submits, if they don't refresh the page after the deployment the app errors. Refreshing the page fixes this. Any reason why this is?...

βœ… [SOLVED] Invalid origin

Hi everyone. after I updated to version 0.19, I can't login and get an alert like the picture. the attached picture occurs when I try to login via domain. but if I try to login using IP there is no problem at all. please help...
No description

GitHub providers not recognized with Applications

I have set up my GitHub apps on the Git page (see attached). Both are tested and valid. When creating a new app, I am unable to use GitHub. It asks me to configure my account first, which I think I've already done? Likely I missed something, but I can't seem to find what exactly. Any guidance is appreciated!...
No description

Logs of any kind are loading really slowly

If I open the traefik logs or some application logs it takes about a minute to load. How can I fix this? Is this a bug?

Applications are not working after deployment

I am using hyper-v ubuntu machine locally. I deployed apps but when i run with custom domains it is not working
No description

Problems with url traefik im using hetzner

ES: Tengo problemas con la url que me genera traefik no puedo conectarme. Me he descargado un plantilla y no puedo conectarme a la URL que me ofrece ΒΏalguna idea? EN: I have problems with the url that generates me traefik I can not connect. I have downloaded a template and I can't connect to the URL it gives me, any idea? Server Hetzner...
No description

{"message":"Error creating the application","code":"BAD_REQUEST"}

```py async def Create(name, user: discord.User): url = f"{os.getenv('DOCKER_URL')}/api/application.create" headers = { "x-api-key": f"{os.getenv('DOCKER_TOKEN')}",...

How to allocate more resources to the template

Hi! I ran into the problem that my installed templates (n8n and nocodb) are limited to one core per application (i have on each server 4 cores). Is there any way I can allocate more resources to them? There is no way to raise resources in the advanced section. First screen - monitoring from my app (which was created by template) Second screen - common monitoring Third screen - resources that i have...
No description

Gitea Template

I'm having troubles running gitea on dokploy. Could someone please help? the deployment is running and all necessary containers are runnging too (i dont see any errors in the logs). if i curl on the server it works, but if i try to access it over the web (ip or domain) i get a timeout. i'm trying to debug this whole thing for over an hour right now. πŸ₯²