Client IP
Hey, I have a simple nodejs application where I need the real client ip address. But inside the container it only shows the server IP. I`am sure there is something simple, but I am stuck. Can anybody help?
Deploy NextJs Issue
Hi, I justy start to use dokploy to deploy nextjs application.
I encounter a problem.
My Frontend Nextjs project use PNPM and when I click the deploy button, it meets failure....

Custom Registry Credentials expiring
I setup the github ghcr.io registry in dokploy, I was able to successfully deploy my changes 3days ago.
I just ran a manual deployment and I instantly am greeted with
```Pulling
bot Error Head "https://ghcr.io/v2/steamsets/discord-bot/manifests/latest": unauthorized...

No-WWW to WWW Rederict
Hey, I'm trying to deploy a Next.JS website via Dokploy. It seems to wokr quit well. However I have a problem withe rederict. I assign a
www
an non-www
domain to the App. I also created a rederict rule. For subpage like https://domain.tld/a
the rederict works fine. But when I try to get the root page https://domain.tld
I get rederict to https://www.domain.tld/$%7B1%7D
.
My RegEx pattern looks like this: ^https://domain\.tld(/.*)?$
and the rederict looks like this: https://www.domain.tld/$1
....Backup issue to set in folders with S3
I'm just setting up backups for the databases and I don't find the way to put it inside folders, it always does it in root folder and add prefixes to the file. What am I missing?
Thanks!...

Possible to run docker compose pull?
Currently I am using a gh action to build and push a image to the gh registry so that the server its running on doesn't have to build it
Then using the dokploy webook
Is it possible to make it so that instead of docker compose up -d ... It does a docker compose pull first?
Since just doing docker compose up doesnt pull the image...
MongoDB password
Does somebody know how to update the MongoDB password through UI?
I was checking the UI but I'm not seeing a way to update it...

net::ERR_CERT_AUTHORITY_INVALID
Hello everyone,
I present my case, it's been more than 2 weeks that I try to solve the problem, but I can't.
Here is my context:...

How to create our own templates? where is the main file?
So i am trying to create my own template but in github it doesnt mention where is templates.ts i have searched everywhere and find command shows that template folder is present in /var/lib/docker/overlay2/uuid-----
Please help!...
I can't run with new Drop 0.4.0 PHP code properly
I'm trying to run a simple PHP code with the new drop functionality and I end up getting a Bad Gateway error.
Here is a short loom:
https://www.loom.com/share/907852efbc774583ae0e914356c905b7?sid=256cc797-bcfa-4de1-81df-6157ad075c84
Thanks for your help!...
I can't do a Fresh install of Epic Stack Remix
Hi, I have been trying to deploy
https://github.com/itsmegood/epic-stack/blob/main/other/Dockerfile
(Remix - Epic Stack) I have made changes according to https://github.com/itsmegood/epic-stack/blob/main/docs/deployment.md#deploying-locally-using-dockerpodman it stops after step 6.48 any idea/ suggestions would be very helpful.
```ts...
Why can't the PostgreSQL database be accessed from the external network? Where is the problem?
I want to verify if the PostgreSQL I created can be accessed through an external network. I used the
telnet host port
command in PowerShell to test if the host can be connected, then used the Ctrl+]
command and entered status
. The screen shows that it is connected, but after about a minute, it shows that the connection is lost.
When I use pgAdmin to connect to my database, it keeps failing and shows "connection timeout expired". However, if I use psql -U myusername -d dbname
inside the container, I can enter the database normally and use various commands.
In other words, it works normally inside the container but not from the outside. ...
docker-compose custom wildcard domain
I want to setup a wildcard domain and a root domain for my app. I have the following compose file:
```yaml
services:
redis:
image: redis:alpine...
I’m not sure about the difference between them, it’s not introduced in the document.
For example, if I modify an environment variable, which button should I use to make the environment variable take effect? Can you explain the difference between them? What do each button do?

How to disable Traefik dashboard that runs on 8080?
Hi, how can I disable the Traefik dashboard that runs on port 8080 to enhance security? I was checking the code but the exposed port seems to be harcoded
Deploy fail
I deployed a small nextjs project of mine, which can be easily deployed on vercel. However, on dokploy, the cup and memory are close to 100%, and the server crashes directly. I use a brand new 2-core 4g server, and only deploy it. dokploy project, I don’t know why this is happening. The log always stays at Creating an optimized production build..., can anyone help me?

MinIO template example
Hi everyone,
I'm trying to set up a MinIO instance from the provided template. I've updated the .env file to point to my subdomain, but I'm not able to get it working. Could anyone provide an example or guide me on how to set this up correctly?
Here's what my .env file looks like:...