Dokploy

D

Dokploy

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

Join

CNAME not possible?

Hey all I try to deploy a stack with swarm. I have created a wildcard domain like *.mydomain.com with A record pointing to my server/load balancer. Now I want to deploy an app as a stack and I have created a CNAME record as myapp.mydomain.com pointing to mydomain.com. ...

Error deploy with cluster

I'm trying to deploy an application of mine, I'm using Dockerfile for builder but I'm having this error, has anyone experienced this?
No description

failed to lookup address information: Try again

Getting this error when trying to connect to a postgres container from another container. Both are spun up from the same docker-compose, and are both have networks: -dokploy-network. Any Ideas?...
No description

"Bad Gateway"

I have setup my site on Dokploy, but I get a "bad gateway" message when I go to the domain. It is on nixpacks domain: http://bloxscripts-project-server-gxlpgy-4c4088-147-93-119-20.traefik.me/...
No description

How to stop Dokploy Docker Compose (raw) from adding random string to my volume name?

I have a docker compose with this volume: ``` volumes: test_data: external: true...

Cannot send secure cookie over unencrypted connection

Given a following code: ```ts import Cookies from "cookies" ...
No description

Deployar aplicación de github con Docker-compose.yml fuera del repositorio

Una consulta si hago un deploy de un proyecto de github con docker compose si o si tengo que subir el docker compose a github o puedo configurar el docker compose desde dokploy?

Cluster

Hello ! How to initialize a cluster with the "Managed " plan? I subscribed to the "Managed " plan on Dockploy, but I can’t figure out how to set up a cluster....

Domain "Cant access this website"

I bought a VPS and connected to dokploy Now im deploying a vite + react app and generating a domain in domains section but when i access this domain dont shows anything...
No description

Preview Deployment on GitLab & Persistent Logs After VPS Reboot

Hi everyone, I’m new to Dokploy and Docker-related technologies, so I’m still learning. I have two questions regarding Dokploy:
1. Does GitLab support Preview Deployment? My repository on GitHub triggers preview deployment successfully, but on GitLab, it doesn't work. Are there any special configurations needed?
2. After rebooting my VPS, the service logs disappear. Is this expected behavior? I created the service using "Create Service" -> "Application" with the Build Type set to "Nixpacks." The application is a simple Node.js app. How can I make logs persist for future analysis? ...

Delete or reset volume of a container

So I faced with a sitioation that I updated postgres version in my docker compose file. This will make older data incompatible with new one. I dont care, and I simply want to push changes and get update on my deployment. Is there a way to "reset" volume for some service in the docker compose stack in the UI?...

MongoDB database

Is there a way to enable replSet? Do you do it like this it doesn't work? Like I want to start Mongodb IN replica set mode...
No description

Nixpacks seems broken

Hi there, If i want to deploy anything trough nixpacks ill get the following issue after the build process: Last few lines of the logs: 1 warning found (use docker --debug to expand):...
No description

Staging environments

What's the best way to set this up, a separate project, or more services with prefix naming?

Dokploy Twenty CRM Template

Hi guys, just questions. Dployed Twenty CRM Using Dokploy service, but have same moment, that looks like strange. Why this system depploy two containers with one image ?...
No description

Deploying bolt.diy as production app

Hi, has anyone successully deployed a fork of bolt.diy using Dokploy? Is there any definitive guides on hosting this in production as it seems that a lot of features work in dev but not when deployed for me. For example, uploading a folder just hangs.

Connecting backend to frontend

Hi, I have a backend service, which uses docker-compose to deploy. I was able to successfully deploy it to dokploy. This service has a fastapi webserver, which i would like to expose as api.myproject.com. I would like to keep this webserver internal only and not expose to public, such that only frontend is allowed to talk to it. The frontend is deployed as an application on the same vps. What changes do i need to make to make this work? If there is any guidebook/examples, that would be really helpful. ...

Dokploy Backups: securing the instance and volumes

Hey all, I would love to get your input on a couple of points: • Backing Up the Entire Dokploy Instance: How are you handling backups for Dokploy itself? I’m talking about securing not just your deployed projects but also Dokploy’s configuration, settings, and internal data. In case of a catastrophic failure, what’s your go-to approach for backing up and then restoring the whole instance? ...

Can't deploy from git branch (private organization and repo)

any idea why deployments aren't starting up? I just started using Dokploy and hooked it up with my Github on a DigitalOcean Droplet, setup all the correct env vars and Git app
No description

Turborepo with fking docker shit

Im so fking tired now, im trying to deploy this fking shit from last 10 hours and this bitch is still not getting deployed. it's name must be dickker fuk docker fuk bun. It was working before but as soon as i added a package and added it as a dependency to my server app (bun+hono) it didnt work. even though its working on my machine. Heres my dickerfile: `# ⚡ 1. Use Ubuntu Minimal (smaller base image)...
No description