Dokploy

D

Dokploy

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

Join

DokPloy for Private IP

Hi guys, I'm new to DokPloy and doing research before migrate all of my apps to dokploy. I have questions 1/ Can we run Dokploy with private IP? I tried to install but it requires public IP to access (public:3000) 2/ Can I run custom apps with docker-compose? Like I have mattermost docker-compose, gitlab-enterprise docker-compose...if I deploy, can I forward traffic to those container?...

[Solved] WG-Easy Setup Help Required

I have used the below compose with coolify and it used to work, I am currently migrating to dokploy and can't get the wireguard working. I can open the web UI by assigning a domain to 51821 port, however clients can't connect to the wireguard server (uses port 51820). ```docker version: '3.8' services:...

Traefik + Pgadmin, maybe certification issue, causing 404 not found

I am trying to put pgadmin on dokploy and behind traefik. The reason I am doing that is because my db (postgres) is also hosted with dokploy and the port is only accessible inside the container (I am using expose instead of ports), so its not public facing. Thus, I cannot use a local pgadmin from my laptop and connect to the db since the port is not accessible. So, my thought is to deploy a pgadmin container as well (they are all in the same docker-compose with the same network value) so I can see into the db. But it is not working, I have a hunch that it is because traefik cannot generate certs for it, because when I look at acme it doesnt have the key for the domain I set it to (I have also set the DNS in cloudflare). Here is the error Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [my.domain.com]: error: one or more domains had a problem:\n[my.domain.com] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: 2606:4700:20::ac43:49dc: Invalid response from https://perfectdomain.com/domain/alfrd.com: 403\n When I try to refresh traefik, it also throws an error. Let me know if I can provide anything else to better make this clear. This is my first time messing around with VPS, networking, etc....

How to deploy my nextjs app

Im pretty new to the server/cloud world. So im still trying to figure it out. I have paid for a sub on dokploy and i have a server. How would i deploy my nextjs app. How do i create a container for my logs and do my settings look correct....
No description

Problems when using compose way of running

We have monorepo where mini-app folder is for nextjs project and backend is fast-api project we tried to use sing le top level docker-compose but we were getting errors, then we tried to refer separate Dockerfiles inside directories in our top level docker-compose Dockerfiles were using nixpacks, but it was failing cause nixpacks command not found, though on our server we installed nixpacks image and also then tried to install it on our linux os ...
No description

Traefik ERR_HTTP2_PROTOCOL_ERROR 500

Strangely, when I use the POST method in my app hosted on Dokploy, I encounter an error. It works perfectly on my local environment, so I'm unsure what's causing the issue. It seems that the requests aren’t even reaching the server, as they fail beforehand. Traefik logs outputs the following: ...
No description

Disk usage chart is buggy

Dokploy shows disk usage at 19 GB but I did a Hetzner backup now and it shows 6 GB. I have been monitoring the space chart over the last 2 months and it's been creeping up. I have Supabase and Uptime Kuma installed, but they are empty and haven't been used. I am on v0.10.4 and have daily docker cleanup on.
No description

Error in installing

Hi, I’m starting to test dokploy and I’m having problems with the installation, I run the script, installs docker and then it doesn’t proceed to install dokploy. Here I have a screenshot
No description

Permissions aren't changing in container

Commented out for when I pushed to the Github for prod. For some reason even after changing all of those permissions to user app and giving it ownership of the files, once the container is running and I use docker exec -it into the container and check permissions and ownership, all those files and folders still belong to root. Is this something to do with some building that's happening after my dockerfiles are running?...
No description

Port issue

I would imagine what I'm experiencing is a port issue. This is what I've set the ports to, the host is correct I do have my own domain name I want to use but first I want to get it working with a generated traefik one and it isn't working. My website just says Bad Gateway. The environment variables are set on the dashboard so that isn't it either. Can send full code if want to see it
No description

Changing Traefik Port

Hello, i want change Traefik Port for Dashboard and let it be available only thru localhost but doesn't work. Here are my configs:...
No description

Dev and Prod nodejs app on same dokploy, it is possible ?

Hi guys, Is it possible to manage the dev (master branch) server and the prod (main branch), on the same vps, I am at hostinger. I am completely blocked...

upgrade

Hi There Can I update the dokploy version of my server? If I can , How can I do that? Thx...

Access to Traefik certs

Hey guys is there any way to get acces to certs managed by traefic? I run a psql server on the same machine and need certs for SSL. I want to manage psql myself so no Dokploy there.

can I run dokploy on docker

can I run dokploy on docker on windows machine

How to change MTU size on Dokploy?

I have issue with pip install (long timeout), so, I asked my hosting provider (I use reg.ru..), they tell me change MTU; I checked the docs (https://docs.dokploy.com/en/docs/core/application/advanced#network), but actually found no way to change it 😦
No description

How to use the backup endpoint?

I ended up at the point I wanted to use backup. The only option I saw as available is the endpoint, tho the information seems limited. https://docs.dokploy.com/en/docs/api/reference-api/reference-backup I'm not really sure on how to create a full or either a specfic backup. Are there any examples people have? Sadly there is also no interface for scheduling them...