Dokploy

D

Dokploy

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

Join

Adding custom labels

Is possible to add custom labels to container thru Dokploy?

I am getting this error while first build with php docker (and i am getting forbidden error).

Me and my team getting this error while deploying our php backend on our server with dokploy. We didnt have a issue something like that before. It is disappear when i restart container but until then it is unreachable from terminal and as api. It is gives forbidden error.
No description

How to specify the path to a file

Hi, how can I specify the path to the database file? I have an existing database file which is already in the root directory ~/database.db where to specify it? And did I do it right because in the container it should be in ./app

Can not sign up with fresh install teable

I'm trying to use Teable, it run successfully but can not sign up. Dokploy: 0.8.1 Teable install from template. Email SMTP setup from postmark....
No description

How to improve build times

Does someone know of a way to use caching in docker using dokploy? or a different way to make builds faster? My builds take up to 20m now and I'm looking for a way to optimize them Any docs would also be appreciated...

PrimoCMS

I can't manage to deploy https://primocms.org/ with supabase. Always getting a 403 CORS error in the primocms frontend. I would really appreciate somebody with docker networking exp to watch over my shoulder on this one....

Deploying nextjs applications always gets stuck in the Creating an optimized production build...

When I deploy nextjs application, it always fails. I'm stuck here and can't proceed to the next step. It still looks like this even after a few hours. I have attached some of the logs and dockerfile of dokploy。 In addition, the server I use is digitalocean’s droplet Very much looking forward to your help, thank you very much...
No description

do I need to keep root access

to use dokploy do I need to keep root access? I'm planning to disable root login for security purposes

Can't use empty space in Environment Settings

When I set an environment variable like EMAIL_NAME="My Name", I receive something like EMAIL_NAME=MY NAME in my app, and this breaks the ENV validation.

Wordpress template can not point new domain

Update: I was wrong. No matter how I modify the docker compose, the domain from other instance always mess with the new instance. T_T I have installed one Wordpress instance, it works well, but whenever I add another Wordpress instance, if I do not specify the ports, it always conflict the domain of the previous instance into the new one. But if I specify the ports, the domain: myexample.com points to 8083 always show Bad gateway error message....

Running Spring Boot on Dokploy

Hello 👋 , Dokploy looks really cool! I'm trying to run a Spring Boot Application on Dokploy. First I wanted to use Paketo Buildpacks as this is the default for Spring Boot....

I am trying to run my Flask application in dokploy, but it never seems to work.

The code, which is an api builds perfectly fine and the logs show that gunicorn succesfully runs. I have tried this specific code locally on a windows machine as well as a linux machine, my code works perfectly without any errors on those, I am also able to manually reverse proxy the api on a linux server, but for whatever reason whenever I go to put a domain in, the api does not seem to work. I made sure that the container port is 8000 which is where my application is running. The domain is poi...
No description

Use Traefik's SSL certificate within Nginx Unit Server

Greeting everyone, I think this is a skill issue rather than Dokploy. I'm trying to setup Nginx Unit server for my PHP application, which requires SSL, UNIT itself can generate self signed ssl certificate but I need a way to use Traefik SSL details. ...
No description

Logs showing Connection closed!

My app works fine, is just one static page on the port 3003 but if I check the logs it shows this
No description

Connection to redis

I created redis database, but can't reach it from my service But earlier I created postgress database and it works well I found issue, my service with connection to postgress connected to dokploy-network, but second service with connection to redis isn't ...

Cannot access Dokploy dashboard on domain. How can I debug CloudFlare bad gateway error?

I use a VPS on Hetzner and a domain on CloudFlare. I have two A records on Cloudflare pointing to the IP address of the server. 1. *.domain.com 2. domain.com ...

Multiline variables

I need to provide RSA key for one of my services(https://docs.saleor.io/setup/configuration#rsa_private_key) I generated key via openssl genrsa -out private-key.pem 3072 Converted to one liner via awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' private-key.pem But on deploy getting an error...

Cluster settings were missing in the project

I have successfully added a worker to the Swarm and am trying to test scalability. My cluster settings were missing in my deployed project settings. Can anyone guide me, please?
No description

Issue making http call from application to external API

I have a Nuxt 3 app with a server route that is responsible for calling an external API: https://hacker-news.firebaseio.com/v0/item/${itemID}.json which works great locally and on render.com, but fails when deployed on dokploy (on hetzner cloud). It seems to be an issue with establishing a TLS connection: ``` bash...

Feature Request

Hi Does dokploy support drag sort of the project? Or is there any way to move it?...
No description