Dokploy

D

Dokploy

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

Join

How do I use my registry?

I want to use a Docker Image from my registry. How can I do that? registry.example.com

Create multiple supabase cause weird bug

Hey everyone. I’ve tried to create a separate supabase from my prod one For execute test. But both databases merge (I’ve seen a test user on my prod Authentication)...
No description

Where is located the env file related to CLI environment settings?

Hi! When using docker-compose, I'd like to provide an env file in docker-compose.yaml rather than repeating all my variables one by one like this: ```yaml environment:...
No description

Multi server deployment

Hi, Please how can i deploy one app in multiple server at the same time ? Is it possible right now ? The purpose of my question is that i want to use a loadbalancer (e.g hetzner) for the high avaibility of my app....

Duplicate deployments for every commit.

Dokploy is deploying every commit twice for my nextjs app, how to fix?
No description

Dokploy CLI Authenticate Issue

Hello everyone, I have installed my instance of Dokploy on AWS but I get this error message when I try to connect it to dokploy cli Error: Failed to save authentication details: Request failed with status  ›   code 404 ...

Strapi persist-data

Hey all, I am deploy strapi with GitHub and using nixpacks, when I redeploy, go to admin create page and all uploads are gone. I was try volumes section but never success. Build successfully but no ui . Is there anyone tell me which folders and which settings I need to do. Dokploy v0.12...

WSL error during installation

I'm using WSL Ubuntu 24.04 and i'm getting this error root@Administrator:/# curl -sSL https://dokploy.com/install.sh | sh Docker already installed Error response from daemon: must specify a listening address because the address to advertise is not recognized as a system address, and a system's IP address to use could not be uniquely identified...

Impossible to deploy Stirling App with default settings

Hi, I created a stirling app on dokploy using template and deployed the app and got this error: ``` Initializing deployment Creating File 'docker-compose.yml' to /etc/dokploy/compose/home-stirling-a5ef7a/code: ✅...

can I run dokploy on cheap server?

Hi, I'm running Dokploy on my local machine, but it sometimes fails. Therefore, I want to run a lightweight project on a Digital Ocean $4 machine. I attempted to install Dokploy on it, but when deploying my project, Dokploy stops working, and CPU usage reaches 100%. I want to connect the cloud machine to my local Dokploy server. Will this have any effect? Also, if I reinstall Dokploy on my local machine and try to connect to the Digital Ocean machine again, will it retrieve all the old data, or...

Any idea why my deploy is not working?

The build is OK at my local machine. I'm using Dokploy on Hostinger VPS. The project is a Next.JS, but there's also a docker file within it, to set up the DB (the docker file doesn't handle the Next.JS app). #12 31.26 at renderElement (/app/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.development.js:5954:7) #12 31.26 Export encountered an error on /_error: /404, exiting the build. #12 31.27 ⨯ Static worker exited with code: 1 and signal: null...

Containers not starting after installation script

i ran the installation script as root and it worked fine. however when i go to the url shown in the logs, it is not reachable. Then i see the running containers with "docker ps" and i see only one container running: "dokploy/dokploy:latest" ...

Updating Plausible

Im using dokploy and hosting my plausible container from the template Its currently on version 2.1 but i want to update it to the latest version I did that by changing the version in the docker compose raw and clicked deploy but it DELETED ALL MY DATA I rolled back my server to yesterday but still have no idea how to update the image I need to utilize the Plausible V2 API...

My deployments are failing

For some reason are my deployments failing and they worked just fine before and i don't understand why i get this
No description

Persistent files

Hi guys, i'm trying to do a volume to persist data in my app (Payload CMS) with github provider and buid type as Dockerfile. I have this config: - Mount Type: VOLUME - Volume Name: media-volume - Mount Path: /dist/media ...

Github deploy /w Nixpack env not showing

I have a nodejs project that I have setup with Dokploy via GH to deploy. At runtime it crashes because of missing env vars. When I do printenv in the terminal, I don't see my variables that I have set it in the Environment UI tab. I dont have a docker-compse.yml in my repo. What am I doing wrong?

[nixpacks/docker] error: collision between.

Hi, i want to run a second laravel project on my vps via dokploy. The first one is running fine, but when i try to deploy another laravel project i got this error. Note that laravel projects are in different projects/services. Both laravel projects are using Nixpacks...

Postgres authentication failure when trying to follow the contribution.md

I tried to clone the repo and created the .env and get the following error when running the setup: Migration failed PostgresError: password authentication failed for user "dokploy"...

Domains All Pointed to One App

Hello. I have 3 Apps Running, but when I assign Custom Domains to each, they all point to one of the apps that are running, and not all the separate ones

Stuck deployments

Simple nodejs app get stuck a lot of time (almost each deploy).. The stucked deployments are not really running.. How can i cancel/fix it for next deployments...
No description