Dokploy

D

Dokploy

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

Join

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

Changing password to a Database

I am using a postgres database, and I would like to change password dokploy uses (for backups, url visibility and such), how would I do that ? The field is not editable

Can I use a project wide environmental variable for domain?

I've multiple apps in my project and they use subdomains from a single domain, is it possible to set a project env and use that env value while adding domains to individual apps?

Tailscale

Hello everyone, Has anyone been able to route dokploy through a tailnet and if so, any guidance would be greatly appreciated!...

Gotenberg template

Hello, I have Dokploy on my VPS server and have created a project there. There is already a NextJS page in this project. I have also installed Gotenberg via the service templates. How can I then access the Gotenberg service in NextJS or what needs to be in the .env of the page? Thank you in advance.

swarm monitoring

I have a dokploy swarm setup with 3 nodes. I have started a stack for testing purposes and constrained it to node 2, which works great. - But I can not monitor it through the dokploy GUI. - I can see the logs when I click the swarm/native toggle though....
No description

installing Strapi on Dokploy

I'm trying to install Strapi on Dokploy from my GitHub project. I have already set up my database, but I'm getting this error: javascript Copy...

Deploying a monorepo with docker compose: Help understanding Dokploy build environment & process.

I'm trying to deploy a monorepo (using turbo repo): project/ ā”œā”€ā”€ apps/ │ ā”œā”€ā”€ api/ # NestJS backend application │ ā”œā”€ā”€ admin/ # React admin interface...
No description

How to automate account creation after install?

Hi, Is there a built-in way to generate the first user account without opening the browser myself after the install? I made an automation that installs Dokploy on any of my new cloud servers and I need to create the user so I can later use it with the CLI/API. Thank you!...

Error creating manual backup

Hey, I'm trying to setup a mysql database backup. The S3 Destination setup was fine, and the backup config too. However when running the manual backup I get this error: Error creating the manual backup Without any further explanation, how can I investigate this?...