Dokploy

D

Dokploy

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

Join

Help me recover the service

Hello, I have just made an accident. I deleted my service and realized it is not the right service I want to delete? Anyone can help me, how to get that again, If I deploy it again now I think all my data will be lost.. ((((

Error when deploying ghost under subfolder with react vite

I have deployed my react vite app under domain.com and ghost blog on domain.com/blog But when I clicked on the button domain.com which should redirect the app to /blog via react route the app does not redirect and use the catched child theme. I have tried opening the link as target didn’t work....

Domains do not work with a dockerized rust project.

I have tried several ways to make it work, both by just exposing the ports - 3000 and by using expose:. ``` services: search_engine: container_name: rust-search-engine-app # Explicit container name...
No description

how to handle docker-compose port conflict (e.g., port 3000) in dokploy git deploy without forking

hello dokploy community, i'm deploying rowboat (https://github.com/rowboat/rowboat) using dokploy's 'git' provider (repo url + docker-compose.yml path), needed because the compose file uses build:. required env vars are set in the ui. deploy clones & builds images fine, but fails starting the main rowboat container with this error:
error response from daemon: ... bind for 0.0.0.0:3000 failed: port is already allocated
error response from daemon: ... bind for 0.0.0.0:3000 failed: port is already allocated
...

Docker Error Parsing Config File

Hey, my deployments are working but I get this error when I try to view the container logs and in the deployment logs too. The containers don't pop-up either under Docker Containers even though they are displayed in the terminal by running docker ps Does anyone have an idea on how to resolve this?...
No description

Deploy not working

Hello, I'm using multi-server setup. I'm trying to deploy my app from Bitbucket using Docker build. But, when I click Deploy, nothing is working, nothing is shown in Deployment tab. Previously, it was working fine. But, yesterday one of my deployment process crashed the server, then I restarted the server, and everything is live again, but deployment is not working anymore....

File Upload

Hi everybody...! Can someone please help me with the file upload? My friend has already created an API in node JS and is now demanding an S3 bucket from me. I have Dokploy installed on Hostinger VPS. So, what can I suggest to him?...

customizing labels when used locally

Hi all, I have a question about saving the original compose file for deployment I have a compose file in which I have prescribed the network and settings for the container, in the form of labels
 networks: - dokploy-network - local-lan labels: - "traefik.enable=true"...

High CPU usage after HTTPS is enabled

Hey! I just installed a fresh Dokploy 0.21.8. After enabling HTTPS for my domain, dist/server.mjs starts consistently using around 20% of the CPU. If I disable the HTTPS certificate, the CPU usage drops back to normal. I don't have any containers. On 0.21.7, I didn't have this issue. Any idea why this might be happening? Also, how can I install the previous version (0.21.7) of Dokploy? Video: https://i.imgur.com/3IaJhcn.mp4...

Error with Docker. One library didnt wat to download in my container.

Code Docker: FROM node:20.19.1-alpine AS base RUN apk add --no-cache libc6-compat RUN apk add --no-cache openssl...

How can i use PostGIS extension in Dokploy PostgreSQL

Hello. I am trying to work with the PostgreSQL database via Prisma, but the error extension "postgis" is not available occurs. Please tell me how to activate it via the control panel of Dokploy. Error in terminal : root@ultraacoustics:~# psql -h 77.110.106.142 -p 5432 -U root -d glowspot Password for user root: psql (15.12 (Ubuntu 15.12-1.pgdg24.04+1)) Type "help" for help....

free disk space not changing/reclaimed after deleting services?

so i tried deploying a nodejs app using nixpacks PLUS a redis service for testing, the disk space spikes around 3 GB. However, after I deleted the 2 services afterwards, and do Web Server > Space > Clean All, wait 5 minutes, the disk space on Monitoring still stays the same. Is this a bug?
No description

Static config file with secret info

We have a static configuration file that has some secret info in it. What is the best way to get this deployed into our replicated service? We need the configuration file to be placed in a specific spot in the container, but don't want to package it with the Dockerfile since it contains sensitive info

Global replication

Is it not possible to define a service in dokploy as mode: global?

Dokploy inaccessible using domain after Cloudflare DNS

Guys so here's the sequence of events 1. I deploy dokploy to DigitalOcean VPS 2. I deploy backend to api.DOMAIN.com 3. I deploy frontend to DOMAIN.con 4. Dokploy accessible on VPSIP:3000 and HTTP-DOMAIN:3000 both...

How to cancel my subscription?

Hi, does anyone know how to cancel my subscription? I tried to remove my account but it still charge to my bank account every month

s3fs filestorage

I'm considering using S3 and S3FS for storage of data-heavy applications like music, images, and media. I'm curious if the savings from using bucket storage instead of a mounted disk would outweigh the costs associated with network access and transaction fees for queries and scans. Does anyone have experience with this?...

overlay2 is getting huge

I have only a couple apps on my Dokploy (perhaps 10), and the Docker overlay2 folder is growing huge, like using 20GB/30GB, and it's not clear how to make it be lean... this should probably be documented somehow?

deployed chatwoot, and getting cors errors with it's api

so i don't really know how to solve this, i've seen posts suggesting that i can solve it with a traefik middleware or something do you know any solutions ? thanks...

Everytime I restart my servers I need to Setup Server > Monitoring > Save again

How can I setup metrics in a way that survive server restarts? My servers are DigitalOcean VPS running Ubuntu 24.04. I'm a Dokploy Cloud user. Thanks...