Dokploy

D

Dokploy

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

Join

Dev and Prod nodejs app on same dokploy, it is possible ?

Hi guys, Is it possible to manage the dev (master branch) server and the prod (main branch), on the same vps, I am at hostinger. I am completely blocked...

upgrade

Hi There Can I update the dokploy version of my server? If I can , How can I do that? Thx...

Access to Traefik certs

Hey guys is there any way to get acces to certs managed by traefic? I run a psql server on the same machine and need certs for SSL. I want to manage psql myself so no Dokploy there.

can I run dokploy on docker

can I run dokploy on docker on windows machine

recommended way to authenticate with ACR

Hello! I'm trying to deploy containers from our own private ACR. What's the recommendeed way for authentication? Thanks!

Can i Run Cloudpanel and Dokploy in the same VPS?

Cloudpanel And My Docker Wroking Fine - i want to run Dokploy there too.

postgres template - wrong credentials

I tried to launch the postgres template but when I try to connect, I get a FATAL: password authentication failed for user "postgres" I made sure to expose the external port, I also tried different volume mapping, redeploying, other db client, other db users, manually setting the env for user/pass with no luck....
No description

How to change MTU size on Dokploy?

I have issue with pip install (long timeout), so, I asked my hosting provider (I use reg.ru..), they tell me change MTU; I checked the docs (https://docs.dokploy.com/en/docs/core/application/advanced#network), but actually found no way to change it 😦
No description

How to use the backup endpoint?

I ended up at the point I wanted to use backup. The only option I saw as available is the endpoint, tho the information seems limited. https://docs.dokploy.com/en/docs/api/reference-api/reference-backup I'm not really sure on how to create a full or either a specfic backup. Are there any examples people have? Sadly there is also no interface for scheduling them...

Error on build: "nixpacks: command not found"

Hey, I just installed Dokploy on a new Hetzner server and I am getting this error when I try to deploy my app
Starting nixpacks build... bash: line 11: nixpacks: command not found ❌ Nixpacks build failed...

Wildcard SSL

I've manage to get a wildcard domain working on one of my project, how would I go about having my *.example.com routes being ssl and being under https? Thanks!

Headless Chrome Timing Out on Dokploy Deployment

I have an issue getting a headless Chrome browser to run in my Ruby on Rails app deployed via Dokploy. The browser times out on all requests when started from the web server, but it works perfectly when launched from the Rails console in the Terminal (via Dokploy UI). The goal is to fetch a remote URL and extract its content. My Docker setup is solid, as the app runs smoothly when built and executed with plain Docker, on Coolify (a competitor), and on my local development machine. The problem appears to be specific to the Dokploy deployment....

deploy angular app

Hi guys, has anyone been able to successfully deploy angular app? For me the process ran without errors but I get bad getaway. I suspect that it has to do with the port or npm run start. I have entered port 4200 in the domain setting....

Error when creating Postgres backup

I'm trying out backups, but I get this error: ``` [ { "error": {...

Synology install

Synology does not support docker swarm well. Can I use docker to install it?

How to use “mysql_native_password” in MySQL?

I tried using the command default-authentication-plugin=mysql_native_password at startup, but it didn't work, and the database failed to start. Since I use Prisma ORM, I need mysql_native_password instead of sha256 authentication

wordpress on lemp stack

i want to create a wordpress with lemp stack, as the default wordpress uses apache which sucks, can you guys please help with this? im kinda new to docker n stuff

PostgreSQL can't be accessed using the external credentials

I created a DB using the create service, database option. I can access it and use it through other services in that project. I tried to temporarily expose it using the external port option, and I used the external host URL It doesn't connect, and no new logs appear....
No description