Dokploy

D

Dokploy

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

Join

Best way to organize environments?

Do we do it in organizations, or create separate projects? Which is the recommended way?

Backup Dokploy

How do I go about having a Dokploy Backup and Restore procedure? I'd like to be able to spawn a new environment as fast as possible. Is there any reference about this? It would be a nice feature to be able to automate this from the UI somehow maybe. WDYT?

hello everyone i have problems at deploy

when i deploy my application return to me the response Error occurred ❌, check the logs for details. Command exited with code 1. Stderr: bash: line 9: /etc/dokploy/applications/crmfinanceiro-frontend-7c7a34/code/Dockerfile/Planilha-de-contas-main/frontend/.env: No such file or directory , command: set -e; rm -rf /etc/dokploy/applications/crmfinanceiro-frontend-7c7a34/code; mkdir -p /etc/dokploy/applications/crmfinanceiro-frontend-7c7a34/code;...
No description

cli authentication 404 error

For login with cli it gives this error: Error: Failed to save authentication details: Request failed with status code 404

Freeze on landing page when using Brave/Chromium

Hi everyone, I am on Fedora with Brave, and after typing a couple of characters in the login or register inputs, browser becomes unresponsive and page freezes. It work on firefox without any issue. I can reproduce the issue every time by just waiting on the login page with Brave or Chromium....
No description

Unable to connect to redis database externally

I've created a redis database service in my project and deployed it. But when I try to access the database through its external credentials I get 'Error: connection reset by peer' redis-cli -h 12.345.678.9 -p 6379
67.219.102.83:6379> AUTH default redis123...

API keys per organization is not working

curl -X 'GET' \
'https://<MY DOMAIN>/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <REGENERATED APIKEY>'
curl -X 'GET' \
'https://<MY DOMAIN>/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <REGENERATED APIKEY>'
...

Gitlab not connecting

I had Gitlab connected properly and could see all branches. Since yesterday suddenly that connection is lost, even though I didn't change anything. If I test I see "found 0 repositories". Dokploy is still listed as a working application in my Gitlab account.
No description

Inconsistent networking error when creating raw compose vs from template

i noticed an inconsistent networking error when creating a raw compose file vs creating the same "compose file" from an app template. Steps to reproduce: First create an app from template:...
No description

deploy the static website

how to deploy the static index.html website in the dokploy server ?

Docker compose Postgres mistake or upgrade to 0.19.0 error ?

Hello I think I ran a docker compose that overwrote the dokploy postgres image so now when I try to login it says invalid login. Is there a way to 1. remove the app I created from the command line. 2. reinstall dokploy without losing the existing apps? Each app are still running in their own docker containers. Thanks for your help

How to bind specific ip on database service?

I want to bind a specific IP to my database service, but it doesn't allow me to. Every time I enter ip:port in the External Port field, it keeps getting mapped to 10, unlike in Docker Compose, where you can define the mapping (shown in image). Is there an alternative way to bind the port? I can't switch to Docker Compose because I'm using the database backup feature....
No description

10s downtime on each deploy to prod

is it possible to deploy without this downtime when deploying nextjs app? what is causing it?

Deployment fails despite successful Docker image build with meaningless error

Hi team, I have a problem with the deployment of a docker image from the gitlab container registry. The whole thing fails with a meaningless error. Current Situation I have followed the Going Production guide from the documentation almost exactly. My setup is as follows:...

Can't expose port through Dokploy

I've got a really weird issue where running nc mail.vortex.skyfall.dev 25 on the VPS works fine, but running the command on my laptop just hangs and eventually times out. How can I solve this? I have port 25 open on the Hetzner firewall and ufw is off, and mail.vortex.skyfall.dev does resolve to the correct IP....
No description

An error have occured: Command exited with code 1. Stderr: rm: refusing to remove '.' or '..' direct

I got ```bash An error have occured: Command exited with code 1. Stderr: rm: refusing to remove '.' or '..' directory: skipping '.' , command:...
No description

Preview deployments not working due to redirect

Preview deployments don't work due to webhook requests responding with 301 {"message":"Branch Not Match"} . Regular deployments work as intended...

Error to install swoole and redis with nixpacks.

My nixpacks.toml: ``` [phases.setup] nixPkgs = [ "python311Packages.supervisor",...

Preview Deployments - Not working for PRs?

Messing with Preview deployments and someone submitted a PR to our repo. https://github.com/DumbWareio/DumbPad/pull/34 But the Preview deployment build fails with:...

User Permissions To Project

I have few users in my Panel, I want to give full project access to multiple users but now it's only working for project folders. not all applications under those projects. Also, don't have multiple user options, maybe it's very important part right? Self-Hosted...