Dokploy

D

Dokploy

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

Join

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

Plausibe Bad Gateway

Hi, I have opened a thread about How to use Plausible with Next.js then I've started to try many configurations until I've faced this problem when trying to setup a domain name (Ihave one it's analytics.codewithadu.de) and I don't know how to solve it now...
No description

How to use Plausibe with Next.js

Hi, I am trying to use Plausible with Next.js so I have installed the template (adding a domain to it in DokPloy is not working but I'll ask in another thread) So This is how I have configured the PlausibleProvider from next-plausible but as you can see it still displays "Awaiting your first pageview ..."...
No description

Database backups stopped working without any notification

Hey I have 4 databases each with a daily backup around midnight. I've noticed everything was working just fine but all of the backups stopped December 22, 2024. After that, no daily backups were made. I only noticed today ( I should have earlier as I have a webhook notification on my discord ), but I just didn't pay attention to that since the notifications come around midnight. I had to manually backup the databases now, and I am yet to see if the cron job will start working again. Wanted to point it out and ask if it's some kind of bug, maybe there's something wrong with how the backups/cron jobs work?...

DNS pointing to manager node only

Hi, right now Dokploy runs on a small server and I'm using it to deploy apps to a bigger server. To make the apps reachable, I create a DNS A record that points to the IP of the bigger server, where the app is running on....

Need help isntalling on Digital Ocean

Ran the installation script as the docs and ran successfully but cant access it on web browser? ``` Digest: sha256:f6fd31c31fbd71925ad40095e090be540544c4466e6e28192d00bfffcd24f275 Status: Downloaded newer image for dokploy/dokploy:latest docker.io/dokploy/dokploy:latest...

failed to solve: failed to read dockerfile

When I try deploy my docker app I got this ``` Initializing deployment Build dockerfile: ✅ Source Type: github: ✅...