Dokploy

D

Dokploy

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

Join

Domain Issue

Hi, After I deploy a template like uptime-kuma or grafana. I can access through the random url. But when I add a new dns record, and i generate a https domain, it shows 404. Both uptime kuma and grafana have the same issue. Any idea?...
No description

How to display my own custom certResolver?

I have several domains that need to be handled with different providers. Can I list the certificatesResolvers that I defined in /etc/dokploy/traefik/traefik.yml
No description

Connect service between them

Hi, I have a backend and a frontend, each of them is separated in a different service and are build using their Dockerfile. How can my frontend make request to the backend ?...
No description

SvelteKit

I'm new to self-hosting so I subscribed to a vps with 2gb ram and 2vcpu. Everytime I deploy my sveltekit app, it's always stuck on the deployment and sometimes cause the whole server to crash. Could this be because of my vps specs which is very low?
No description

Deploy express.js app

Hi there! Guys, is it okay to deploy express app with dokploy? What a better way to do it?...

Facing an issue with Next.js static exported files and with browser router-enabled React app

When I load the URL with routing, it's throwing an error. Generally, in Vercel/Nginx, we have a configuration to solve this, and in Nginx, we add the following line to achieve it: try_files $uri $uri.html /$uri /index.html;...
No description

SolidJS

Hi everyone I'm trying to deploy my Solidjs app but isn't working. My project is in a monorepo, what I need to do?...
No description

Deploy and domain

How i deploy my app and run web . i cant make it

Run Dokploy at local

Hi everyone, I tried to run Dokploy at local to contribute some features but am not able to run it. I followed the contribute guide and failed at step run pnpm run dokploy:setup. Is there anyone who has a solution for this?...
No description

How to delete deployment cache for an app ?

Hello, I had a badly constructed Dockerfile/.dockerignore Now its fixed, I can build my app locally but dokploy is still using cache, with the bad dockerfile etc...

Error while deploying

I have a compose stack that is created and managed by github integration Autodeploy worked fine untill it stoped, then I just pressd Deploy for manual deployments Today manyal deployment stop working ``` Resolving deltas: 90% (10/11)...

How to generate custom domain example.com instead of traefik.me?

I have a domain name example.com, how do I click to generate domain names when generating random domain names using my own domain name, including excluding my IP
No description

Need Help: Bad Gateway After Deploying Vue 3 App

"Hi, can someone help me out? I'm new to this. I just deployed my app, which was built with Vue 3, but when I try to access it, I'm getting a 'bad gateway' error. Any idea what could be causing this? Thanks!"...
No description

Block I/O issue?

Hey guys I’m fairly new to the self hosting VPS world and recently set up Dokploy on a Hetzner cloud VPS I have a few projects set up each with a Postgres instance, one also with a NextJS app and one Minio instance. My query is when going to monitor the server, the ‘write’ data in Block I/O is just constantly going up and won’t stop. I’ve attached the graph to illustrate...
No description

Couldnt connect to phpymyadmin

Couldnt connect to a mysql db using phpmyadmin when they were located on same server, diffrent dockers, jsut got unauthed..

How to change endpoint_mode

How change endpoint_mode to dnsrr? I actually dont see this option.
No description

need help with Dokploy.

I purchased a VPS from Hostinger and decided to use Dokploy with the panel. I can't host any pages through the GitHub repo; every link shows a 404 No Page Found error, and nothing happens with WordPress either. Can someone help me set this up completely?"...

Dump the certs

Hey mate I am stuck again in something. Let's discuss it. https://github.com/Dokploy/dokploy/discussions/526...

I'm not getting build failed notifications on Discord

Build succeeded works fine. If fails - nothing. Was there a regression? running 0.9.3

Help with nextjs build frozen the server issue

To be fair this is not Dokploy issue, I believe. When I try to build my nextjs app inside Dokploy, it uses so much resources that cause the server frozen. A couple months ago, I think @Siumauricio suggested me build the docker image inside Github Actions then use it to deploy on Dokploy, that solution works, the only issue is it cost me 30-40 minutes 😓 for any small PR, because the GA is just too slow. Is there any better suggestions that I could use? We don't have huge budget but could pay something to speed this up. My main goal is making the merge PR => build => deploy on Dokploy easier and faster. Thanks in advance....