Dokploy

D

Dokploy

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

Join

Impossible to deploy using API as applicationId is always NOT FOUND

Hi @Siumauricio, Can't use API to trigger deployment. Got error message ```json {...

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

Issue on redirects

Hello ! I'm new with dokploy and I tried to setup a redirect for my website in the dokploy UI system. I'm just trying to do a https://bleguen.fr to https://www.bleguen.fr but when I do this. I do have a Bad gateway. I tried the redirects presets....

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

Bun latest version

How to deploy with bun latest version?

Backup file is empty of MySQL database

I am getting an empty backup file on my s3 bucket, tried with multiple databases also the redeployed multiple time to test I am using mysql database template and version 8. The database contains hundreds of tables and rows but the backup file is only 20b without any sql queries on it....
No description

Deploy App and Dokploy Admin on specific Net/IP

Hi, I can't find anywhere the solution to my 2 issues: 1. How to start App2 so that it is only available on the VPN network and App1 so that it is available both on the VPN network and on the Public IP 2. How and where to properly configure Dokploy Admin to be accessible not from the Public IP address but only from the VPN site...
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

directus template: file upload error

I tried to use directus template with default configuration. When I tried to upload file getting the error:...
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