Dokploy

D

Dokploy

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

Join

Volumes/Mounts not showing in UI

Hello, I would like to use "bind Mount" to map a host directory to a container directory for a project I deployed using compose. When I go to the "Advanced" tab, then click "add volume" button , the only choice I have is "File mount" and not (Bind Mount, Volume Mount and File mount) like specified in the documentation. Is this normal? Is there any configuration I shoud do to have those tabs ? Thank you in advance for the help !...
No description

Gitlab repos not showing under custom gitlab account.

Hi, somehow my repo's are not showing up when choosing gitlab account. These are the permissions for the application:...
No description

Dashboard not accessible after install

Hello, I tried to install Dokploy via the script but when the script told me that Dokploy was successfully installed, I tried to access to the dashboard which result to a timeout Doing a docker logs of the Dokploy container give no error...

Having trouble mounting host folders during `docker build` on Dokploy server

I have a SvelteKit project that uses a sqlite3 DB as its backing database. Since building the project currently requires the DB file to be present, I've tried copying the DB file to the Dokploy server and binding the mount in the Dockerfile when building:
RUN --mount=type=bind,src=/var/local/website/db,dst=/app/db
RUN --mount=type=bind,src=/var/local/website/db,dst=/app/db
...

docker swarm, help

I installed Postiz a few months ago on Dokploy, then removed it, and when I checked Swarm - Services on Dokploy, I found Postiz as shown in the picture. What is this? How do I delete it?
No description

Error creating manual backup.

1. The connection works fine on the S3 destinations bit.

Using docker-compose commands with dokploy

Hi everyone, I'm new here and not sure how Dokploy exactly works. 🧐 I set up a new server with a fresh installation of Ubuntu Server and Dokploy, and deployed my first service using the "n8n" template. Everything runs smoothly....

Help stuck, new to docker and everything with VPS

Shouldn't my docker image have a port assigned to it?
No description

[SOLVED] How to create volume? and connect to my container?

Hi everyone, I'm still confused about how to use volumes in dokploy. in this case, I have a nestjs application. I have 1 endpoint to upload images. if on my local computer, the uploaded image goes to public/ ...

S3 Connection not working with Minio

Somehow my S3 Backup Connection isn’t working quite right
Command failed: rclone ls --s3-provider=Minio --s3-access-key-id=… --s3-secret-access-key=… --s3-region=eu-central --s3-endpoint=https://minio-2.woven.design --s3-no-check-bucket --s3-force-path-style ":s3:woven-dokploy" 2025/01/16 11:00:14 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults 2025/01/16 11:00:14 NOTICE: Failed to ls: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 181B2739F134FB11, HostID: dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8, api error SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
Command failed: rclone ls --s3-provider=Minio --s3-access-key-id=… --s3-secret-access-key=… --s3-region=eu-central --s3-endpoint=https://minio-2.woven.design --s3-no-check-bucket --s3-force-path-style ":s3:woven-dokploy" 2025/01/16 11:00:14 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults 2025/01/16 11:00:14 NOTICE: Failed to ls: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 181B2739F134FB11, HostID: dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8, api error SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
...

Preview deployments not building from branch

Hi, I'm trying to setup preview deployments but it doesnt seemt o be cloning the right branch. Every time I make a pull request, it builds from the main branch not from the pull request. Is anyone else having this issue?...

Help with deploy with domain

Recently i deployed my application with dokploy and i use domain was buy at hostinger , also when i click to check my application with that domain return to me one page from hostinger but i can't resolve this , how fix that

How to change port for supabase or other template

I already let say used port 3000 for other project. i try to change port in env but still cannot access

Install git repo with custom steps

If I want to install app that have next instruction steps: 1. Clone the repo 2. yarn install 3. yarn build:web 4. cd packages/web ...

Deploy Mellisearch use docker compose

I am a newbie. I follow this guide https://docs.dokploy.com/docs/core/docker-compose/example but when I create a domain point to port 7700, the page shows 404 not found does anyone know what thing went wrong here? ``` version: '3.8' ...

Run traefik on all nodes

Hello, I wanted for my setup, to run traefik in global mode, so on all nodes (with still some defined constraints). This would allow me to put a load balancer in front of some of my nodes, and have some kind of ha. However, I don't seem to find how to change this. Would I just have to edit the service once ? Wouldn't that be overridden at every update ? How am I supposed to do this ?...

I'm having an issue with Auth.js (NextAuth) v5 in my Next.js application when deploying with Dokploy

I'm having an issue with Auth.js (NextAuth) v5 in my Next.js application when deploying with Dokploy on my VPS server. The providers' URLs are showing localhost:3000 instead of my production domain. Environment: - Next.js 15 - Auth.js (NextAuth) v5...

How long does it take for a SSL to apply?

It's been 40 minutes and its still saying net::ERR_CERT_AUTHORITY_INVALID
No description