Dokploy

D

Dokploy

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

Join

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

Is there any way i can backup all my Project to S3

Is there any way i can backup all my Project to S3 every day?

Couldnt connect to phpymyadmin

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

Issue with "Error response from daemon: No such container: ..."

I notice, whenever I have multiple items like this in the logs, my deploy always fail with the message: "Error response from daemon: No such container: <some random id>" If I go to Settings => Space => Clean all, then the deploy will go through OK. What is the problem and how to prevent it happening?...
No description

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 Self Hosted Registry

Hi there, I'm trying out Dokploy and already loving it! I'm managing a cluster with 3 local nodes (1 master, 2 workers). Everything is working as expected, but I need more details about the self-hosted registry setup. When this feature is enabled, I notice that a new container is created (confirmed using the docker ps command), and the correct port (5000) is exposed. However, no Traefik entrypoint is added to allow external access. Am I supposed to set this up manually? Why is there a Registry URL field if no Traefik proxy is linked to this container? Would also be very nice to have a local network only access to the registry, I mean just for the cluster nodes to access it with something like 192.168.1.xxx:5000 in the registry url field. I know this might be a beginner's question, but given the "We set this up for you" statement in the self-hosted registry documentation, I was hoping for more information on the setup process....

help with volumes [SOLVED]

my application has a public folder, I'm trying to mount a folder in /home/vekyo/public in public in the root of the application I've tried several options, I don't know how to do it, if anyone can help me 🙌...
No description

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

Can't mount folder from container to host machine

I'm trying to mount the /app/src folder from docker to /mnt/astro on the host machine, but the folder itself doesn't show up. Even if I create the astro folder manually, it's still empty. What could be the matter or what am I doing wrong?
No description

What IS the multi-server feature and why isn't it working for me?

Looking at the documentation it's unclear what the multi-server feature does. It only explains how to enable it. So in order to find out I've added and successfully set up a server. I've deployed a static application to the server. The deploy logs show success but the deployment itself is shown as an error and it doesn't work. I've deployed various apps from a template that work fine when I deploy them normally. When I deploy them by choosing the newly added server the deployment fails with the error:
Error response from daemon: Could not attach to network dokploy-network: context deadline exceeded
Error: ❌ Docker command failed".
Error response from daemon: Could not attach to network dokploy-network: context deadline exceeded
Error: ❌ Docker command failed".
...

PM2 Cluster but in Docker, is it possible in Dokploy?

i recently discovered about docker swarm that do something like PM2 clustering does for Next JS, people recommend this thing. but when i try to learn, i realize setting up docker swarm more difficult than setup PM2 cluster, especially for syncronizing the volume (i'm excluding my public folder in my GH repo), since i'm only using it in the same server, i think maybe PM2 is enough (?). so i just want to know what's your opinion guys on how to maximize the thread or CPU i have for my Next JS apps,...

prevent docker cache on specific Stage

given below is my dockerfile ```Dockerfile Stage 1: Download the latest binary FROM alpine:latest AS downloader...

only trigger deployments when a sub path is touched

Hello, I’m unsure if that part is in the scope of dokploy or nixpacks. I want to restrict build trigger when I push a change to just a sub path of the git repo (using a mono repo). How can I do that?...

Cannot access docker compose app

Here is the compose `networks: dokploy-network: external: true volumes:...

can't get projects in api

when I try to get projects from the api, it's throwing this error ``` Projects: { message: 'UNDEFINED_VALUE: Undefined values are not allowed',...