Dokploy

D

Dokploy

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

Join

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

GitLab: "Remote branch null" when reloading domain

Everything was working fine when I was in the General section, but when I tried to reload services in the Domains configuration, I got an error saying that it can't pull the "null" branch. Context: I tried to deploy with GitLab Compose I successfully deployed three applications with GitHub before this....
No description

Traefik hogging up one cpu fully when remix app under load

Hey guys, we've been using dokploy for our app for quite some time. Recently we were stress testing the staging app ( which runs on dokploy ) to evaluate when to scale. While testing we noticed something odd - almost 1 cpu core is always pegged at 100% and used by traefik when viewed by htop via direct ssh ...
No description

Change the default dokploy port

Hi! Is it possible to change the port of the dokploy container ? Is it possible to edit the dokploy docker compose file?...

pnpm - error installation

Hi there! I'm have this error when i run the command pnpm install I attach the error in txt file...

services that want to use same ports

I think I'm thinking about this whole thing wrong. I posted two screenshots showing two seperate setups for two projects. Both use a nginx frontend (port 8080) and php-fpm backend (9000). Obviously I can't run both projects on the same ports, how could I go about running these two projects without messing up the networking? Or would I do something like host nginx for both projects in it's own service and the same for php-fpm? ...
No description

Unable to install Dokploy on Ubuntu 24.04.2

Hello, I am unable to install dockploy on a fresh install of Ubuntu 24.04.02. After the execution of the automated install script, with curl i get an connection refused. All containers seems to be running. Looking into the dockpoy container it seems that it can't connect to the database. ```` curl http://0.0.0.0:3000 curl: (56) Recv failure: Connection reset by peer...

Volume not working

Scratch my last post, the DB is now working. The issue now is the volume mounted to /var/lib/mysql is not persisting my DB. I tested it by restarting the compose and redeploying and going back in to look and the DB is back to default. When I 'create a service' at the beginning I use compose, so I only have one option which is 'file mount'. Is this sufficient enough to persist my data? Don't understand what's going on....
No description

DB not starting and can't access terminal

My db relies on a named volume. I've added the volume to my compose file and also added the file mount to the volume to the host: " volumes: - "../files/db_data:/var/lib/mysql"" ...
No description