Dokploy

D

Dokploy

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

Join

Issue making http call from application to external API

I have a Nuxt 3 app with a server route that is responsible for calling an external API: https://hacker-news.firebaseio.com/v0/item/${itemID}.json which works great locally and on render.com, but fails when deployed on dokploy (on hetzner cloud). It seems to be an issue with establishing a TLS connection: ``` bash...

Feature Request

Hi Does dokploy support drag sort of the project? Or is there any way to move it?...
No description

Installation Of DokPloy

Is it possible to install Dokploy using ports other than 80, 443, 3000, and 6379, since those ports are already in use?

How to backup or automate the dokploy config?

I want to be prepared for any event where I loose access to my VM and need to configure a new one in just minutes. How can I autoamte the dokploy setup?

Issues with deployments

All my services go offline for 5-10 minutes after almost every deployment, I was on version 0.7.1, on the previous 0.6.3 or 0.6.2 everything was fine

How effortlessly connect applications as in docker-compose.yml

I have 3 apps, bot, app and static front-end. Locally I can open frontend on localhost, and send API requests to localhost/<api request>. But with Dokploy I need to use custom domains (traefik) for connect applications. For example, frontend sends request to back to <traefik/api_req>, not just to </api_req>. So, how I can connect applications like with docker-compose using Dokploy applications? By name especially...
No description

Unable to access DB using Internal Connection URL

Hi, I have created a Postgres DB and it is working fine. In the same project, I have created another compose based Application (lets call it core). When I am trying to access the DB from core using Internal Connection URL, the system says it is not able to find the database. However, it works when I use External Connection URL. How can I resolve this without needing to use external connection url?

Dokploy mongodb database not connecting to Atlas Compass

I am trying to use mongodb atlas compass app to connect to dokploy mongodb via the external link but it is not working. Is this possible?

cant deploy after update to 0.7.1

i got this error toast while try to redeploy from github action and manual deploy.
No description

Can I add multiply gh accounts to docploy?

I maintain two projects on different gh accounts. How I can deploy them on one VPS?

dokploy doesn't work every time that I restart my vps

The dokploy is installed successfully, but every time that I reboot my vps it stops from working

Block I/O

I see this in my Monitoring panel and could not understand what and where is it writing.. and its increasing forever. No project, no services, just clean install
No description

access dokploy service on localhost with WSL2

hello, i already successfully install dokploy on my local machine using wsl2 with ubuntu, and tried to create directus as a example, but how i can access it? i use auto generated domain but its not working what i already doing: port forwarding...

Templates placement in swarm

Hello! I'm trying to control the placement of the templates/databases on specific docker swarm mode, But I can't figure how to do it from Dokploy

Healthcheck internval issue ?

I'm attempting to set an interval for my app, but the deployment fails with the error '(HTTP code 400) unexpected - rpc error: code = InvalidArgument desc = ContainerSpec: Interval in HealthConfig cannot be less than 1ms'. My current setting is: { "Interval": 30000 }...

NextJS build issue

Hello ! I've been playing around with Dokploy to test its capabilities, and so far, I'm quite impressed. I'm currently building a test NextJS application. It was working fine after some trial and error, but suddenly, NextJS seems to be skipping the build process......

Why system says I do not have enough memory?

I have an Ollama service run inside a docker compose project, when I try to use phi, ollama run phi it says:
Error: model requires more system memory (4.6 GiB) than is available (2.6 GiB)
Error: model requires more system memory (4.6 GiB) than is available (2.6 GiB)
My server has 8GB RAM, why does the systems "see" it only 2.6GB? I do not limit any resource in my project/services....

I press Enable Dashboard and Dokploy crashed

Go to Settings => Click the Traefik button (at the near bottom) => Click on the Enable Dashboard item. Now the Dokploy is down and I can not reach it anymore. Then I have to ssh into my server and do the sudo reboot in order to see my Dokploy again....

Build issues

Hi, how to grant access to the build process to access running containers (build time) (dokploy network)?

Minio setup

Saving this for posterity. If anybody is wondering how to get MinIO set up correctly with HTTPS, here's what I did: ```yaml labels: - traefik.enable=true...