Dokploy

D

Dokploy

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

Join

Pressing ESCAPE key while in Terminal View (Editing in VIM) closes the terminal window

is there a trick to pressing escape (like when using VI/VIM) so that it doesn't close the modal window to terminal? (Could the escape key be removed as a hotkey to closing the modal?) maybe this is a feature request, or is there a way to send the ESC key to the terminal input?
No description

[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!

I can SSH to the GITEA from another machine using the same key (so it is working). I let DOKPLOY generate the keys [Generate ED25519 SSH Key].
However, it wont deploy and I am stuck at what the issues is. From the Dokploy Deployment log...

Setting up a Laravel app

Hi, I'm trying to get a Laravel application running, I have used this Dockerfile before but I cannot get it to work. Does anyone got a Laravel app to work? I would like a small package that is as performant as possible, along side I want to bake in the Queue & Scheduler within each image or create a separate image for it...

cloudflare real ips NextJS App

I have a domain in cloudflare that is directed to the server and I need to get the user’s IP in the NextJS application, but because cloudflare the ip is not real, I tried to use traefik plugins, but due to the old version they are not available. Here's the NextJS code where I'm trying to get the user's IP: export async function GET(req: Request, { params }: { params: { api_key: string } }) { const ip = req.headers.get('X-Forwarded-For'); console.log(ip);...

Docker compose next js multiple replicas ports

I am trying to figure out how can I run next js with docker compose having multiple replicas. If someone has done it, can you share an example maybe? The thing I do not quite understand is if it possible to run multiple replicas behind the single domain and have load balanced using existing traefik setup or should I deploy my own load balancer as part of docker compose. Thank you in advance for any help 🙂

Database

How create db in dokply?

Is there a version requirement for docker?

I want to deploy the dokploy instance on a NAS. Currently docker version is 20.10.23

How to use the generated unique-name?

When I add a domain name, I generate a series of routes labels. If I need to add middleware, how do I use the generated unique name?
No description

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