Dokploy

D

Dokploy

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

Join

Redis not sending key end notifications

When starting docker I need to manually activate it with the command "redis-cli -a <password> config set notify-keyspace-events Ex", and then it notifies me of key expirations. However, from time to time it stops working and no longer sends notifications to my backend. If you add the command to start with the construction of the container, it presents an error and the database does not work....
No description

Having an issue with setting up custom domain

I am trying to setup a custom domain for nextjs app. I went through the docs and videos. Here is what I did so far. - I added A record with the VPS ip for the domain. - Deployed the app on VPS with dokploy using github integration. - I added custom domain record in dokploy....

expose only a specific endpoint to internet

I have a backend service, of which I want to expose only one endpoint to the internet while rest of the endpoints should be accessible internally. How can I achieve this with traefik labels in docker-compose? E.g: I have api.saral.club , this should be accessible by other internal services like frontend. The frontend is deployed as a separate project in the separate container, but in the same dokploy project. The backend is deployed using docker-compose, and it has one additional service apart from fastapi server. I want the endpoint api.saral.club/payment-webhook to be publicaly accessible from the internet but rest of the endpoints should stay in private. Here's my docker-compose: ...

How to fix NGINX 404 error

Hello, I’m trying to deploy my client ( poor react ) im using nixpacks and I want nginx to give index.html on every route but instead nginx do this: 2025/03/28 16:36:25 [error] 30#30: *9 open() "/usr/share/nginx/html/auth" failed (2: No such file or directory), client: 10.0.1.4, server: localhost, request: "GET /auth HTTP/1.1", host: "fchat-client-zjvy9l-f84d7b-xx-xxx-xxx-xx.traefik.me" this is error log, nginx trying to get auth inside html folder. And there is no way to edit nginx config?...
No description

Docker 404 not found

Hi everyone, I am currently trying to implement keycloak server setup on dokploy. But I am now stuck. I have the compose file (which I will add below) and I added https domains to 9000 and 8080 of the keycloak container. But when I try to open these domains I just gtet 404 not found. Thank you for any ideas. Compose file:...

How to deploy docker stack/swarm application

I've switched from docker compose to docker stack and after making changes to my docker-compose.yaml I've successfully deployed using docker stack/swarm. However I am unable to access any of my applications even after setting domains and redeploying. I also can't see any containers running. I feel like this is a simple issue but I don't know what to do since the docs are very somewhat basic. I am still confused on how to deploy using docker stack. I've built and pushed my images to docker hub in private repos. ...

Reset Traefik

Hi everybody, is there a way to reset traefik without the need to reinstall and reconfigure dokploy itself? Thanks already...

Migration of Service Management to Another Server (Self-Hosted)

Hello, Dokploy Team, I am using the self-hosted version of Dokploy to remotely manage services on multiple servers. I now need to migrate the management of these servers from one control server to another without reinstalling the services themselves. Is it possible to transfer the Dokploy configuration from one control server to another to avoid reconfiguring server management manually? If so, what steps should be taken to ensure a smooth migration?...

[solved] custom domain doesn't work with `redirect-to-https` middleware in dokploy config.

I've got this config, this works but if I uncomment middlware - redirect-to-https it doesn't work (which is default config), any ideas ? I've been using nginx never used traefik, is it intended or ? `` routers: dokploy-router-app: rule: Host(console.algosensei.org`)...

Need help with Cloudflare real ips

So i've been trying a lot of things, but i don't think they are working at all.

Invoice payment

Hello My invoice has been paid but I have lost access - it says "You have 1 server on your plan of 0 servers" I'm reluctant to put my email address or account info here. How do I get this type of support?...

How to add more owner users?

Is there a way to add more than one owner user? Is there a way to connect to dokploy dashboard db?

My app can't connect to internal postgresql

Hey everyone, I'm testing Dokploy using docker desktop on Windows, deploying an app by dropping the .zip and I'm facing an issue, I have my PostgresDB running perfectly (I was able to connect to it exposing the port), but when I try to deploy the app, I get the error from the image, the deploy isn't able to reach my DB, I know that both services should be in the same network, but I can't find any network configuration within my app container I'm using these .env vars in my project: ``` DATABASE_URL=${{project.DATABASE_URL}}...
No description

can't deploy

I am deploying wordpress but it says "error"
No description

Need help: Traefik issue

Hello there, I've been trying to deploy 2 apps today, one of them on api.mydomain and the other on my domain but unfortunately i keep receiving 404 not found as response, i did find this issue deploying 2 other projects and i fixed it by manually editing the yml config, but today i woke up and decided that ill apply this routing automatically 😅 here is what I've done so far: - pointed my domain to my server and added the sub domain too - added the dokploy-network...

Advice on Deployment Strategy

Hello all, I have a project which is structured like so: ``` project/...

Pay with crypto

Can i pay with crypto?

HELP!!! How to Redeploy Dokploy Service from Backups Without Losing Data After Server Failure?

Hi everyone, my management server recently failed, and I’ve backed up the following Docker volume files: dokploy_dokploy-postgres-database.tar.gz dokploy_postgres_backup.tar.gz I’d like to redeploy the Dokploy service and reconnect it to the original database and services without losing any data. Could anyone share specific steps or tips to achieve this?...