Minio setup
Saving this for posterity. If anybody is wondering how to get MinIO set up correctly with HTTPS, here's what I did:
```yaml
labels:
- traefik.enable=true...
Auto deploy from github not working after domain update
To Reproduce
1. Install Dokploy
2. Set domain to example.com
3. Create and install github application
5. Change Dokploy domain to sub.example.com...
can't connect github organization
[Google Translate]
When I try to connect dockploy to an organization's github, I cannot create a github app, because when redirecting to my server from dokploy, the url does not load, after which the inscription "Internal Server Error" is displayed...
Dokploy disable access from Public IP/Domain
There is a way to configure Dokploy so that the admin part is not accessible from the public IP address, only from my private net, but at the same time the deployment of services with the domain works ?
I have headscale/tailscale installed and I want to have some important services accessible only from this VPN site and I don't want to expose them to the public. But of course I want some services to be available from the dokploy on my domain. I don't know how to set this up properly on Traefik in combination with my VPS firewall. Or do you know how to do it right ?...
Dokploy not accessible via domain
I installed dokploy, added domain, its accessible via ip:port_number and via domain:port but not just via domain. one problem is that the ip of my server has changes after i changed the instance type in AWS.
docker swarm error building
Hi, i use docker swarm and when i try to build app i got error. If delete docker swarm config, its work fine. I really dont know why. This error dont have any information

How to run npm commands in the container
Hello I successfully build my NodeJS app with Heroku Buildpack.
Now I want to run an npm command in docker terminal, but I get an error that the npm command is not found.
```
heroku@f81dbaa99df8:/workspace$ cd server ...
How to fix the time?
I'm having an issue related to time. It seems that Dokploy does not follow the Linux host time settings because when I deploy, the time and logs show as from a few minutes ago. Has anyone experienced the same issue?
can't mount the file
I used example from https://discord.com/channels/1234073262418563112/1253358117513855049/1253383890064773191 but get error while deploy:
```bash
Initializing deployment
Creating File 'docker-compose.yml' to /etc/dokploy/compose/test-nginx-79c2af/code: β
...
Docker swarm doesnt connect to worker nodes after reboot
Hi, i'm running dokploy on a raspberry pi swarm with 3 nodes. After a power failure, my manager says the workers are donw but they are not.
Astro Deployment Issue with Dokploy
I'm experiencing issues deploying an Astro project using Dokploy. Here are the details:
1. Dokploy version: v0.6.1
2. Configuration in
astro.config.mjs
:
```javascript...Build takes too long on garbage collection.
Hi guys, my build takes so long on this step RUN nix-env -if .nixpacks/nixpkgs-bdd2f439c62aa0b8aa97f5c784a965c23f968fe6.nix && nix-collect-garbage -d . has anyone had the same issues? my computer resources arent maxed out either during that stage
PostgreSQL container is duplicated
When I redeploy or reload or stop and start the database, containor is duplicated 5 times and db stops working. How do I fix this?
Also I want to know how do I access database from build time as I need it for deploying prisma. I dont want my database to be exposed....
Issue with deploy PostgreSQL with template
I have a clean installation of dokploy and I wanted to deploy the first PostgreSQL service using Database template but unfortunately I can't do it. After I click on the template parameter settings, I can send the creation, it says that the creation was successful but I see this message in the log:
Error response from daemon: No such container: select-a-container
Is it some problem with dockploy or am I doing something wrong ?...

Migrating: Vercel -> Dokploy
Hi guys,
Does migrating from vercel require any further steps or I can just deploy my Next.js repo with no configuration? I use the app/ router, SSR, API routes and webhooks. Will all of these work out of the box and not break?...
Build app from dockerfile
Hey guys, I hope your day was great!
I've been trying out Dokploy, and it's an amazing tool, congratulations and success to the developers for such a good job.
I started using it with astro websites, and then I found myself in the need to publish an application in Angular.
...

Help Needed: Accessing Vue.js Deployment on Local Network
Hi everyone,
I'm having some issues trying to access my Vue.js deployment. Hereβs my setup:
Server: Self-hosted on Ubuntu VM running in Proxmox...
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?