Dokploy

D

Dokploy

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

Join

Error: getaddrinfo ENOTFOUND dokploy-postgres at GetAddrInfoReqWrap.onlookup [as oncomplete] (no

Got this error when installing dokploy on digital ocean vps... any way to fix it?

[SOLVED] "Branch Not Match" with forgejo webhook

i tried autodeploy with forgejo. branch is "main" in both forgejo and my dokploy project provider. forgejo triggers the webhook after pushes but reports a 301 - {"message":"Branch Not Match"} every time. any ideas?...

Error response from daemon: No such container: ....

botfin-frontend-9tarw2-ir8dCzamcS
botfin-frontend-9tarw2-ir8dCzamcS
Got this error when try to deploy next.js (nixpack), previous container is still running and exists...
No description

Connect docker swarm worker to dokploy

I am getting an error with the install script. I currently have my server acting as a daemon for a public host im making. It's running as a docker swarm worker, and dokploy stop's it's script when it realizes this under the "setup server" button. ``` 6. Setting up Network Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again....

Pull Images and restart container from compose

I normally deploy with docker compose pull && docker compose down && docker compose up -d I can't seem to get dokploy to pull the latest image and restart the compose. I tried redeploy and restart. But the same container persists....

Github Auto Deploy not working (matching branch)

I saw docs said I don't need to configure anything but for now, I need to add webhook to Github Repository. and when I add webhook and try to make them auto redeploy it's error
Error response from daemon: No such container: legardy-frontend-kpdpxp-Ks0HfwUih1
Error response from daemon: No such container: legardy-frontend-kpdpxp-Ks0HfwUih1
...
No description

Can't see Terminal text: text and background are both white (15.0)

In light/day mode, I can't see the text when using the terminal, since both the text and background are white.

Can't deploy bun project

I moved from coolify to dokploy, Everything work fine in coolify but I got this error when I try to deploy nextjs with bun here's my dockerfile ```Dockerfile...
No description

[SOLVED] LetsEncrypt fails with BuildType static

the website is generally reachable, but with the wrong cert (traefik-default). the log says: ``  ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [example.com]: error: one or more domains had a problem:\n[example.com] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: 2a01:4f8:d0a:27bd::2: Invalid response from http://example.com/.well-known/acme-challenge/TS6...-kw: 404\n" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["example.com"] providerName=letsencrypt.acme routerName=examplecom-web-static-a00f94-router-websecure-8@file rule=Host(example.com`)...

Macos

Is there a way to install dokploy on macos ?

Stalwart Mail Server

I spent some time configuring Stalwart. I can get dashboard to work but some other things like SMTP and IMAP is not working. I don't know how to get TLS certificate for a service without a domain. Please could anyone help?...

Requests tab empty

Hi guys! 👋 How can I get some results on this page? Is it possible to have a detailed traffic report with daily, weekly, and monthly requests? Thanks in advance! :pikaaww:...
No description

Can someone help me debug the simple Error on docker [Solved]

Im trying to build the docker file and look like everything ok, only when deploy, dockploy is not happy, I have no idea how to resolve this issue I upgraded to v15 recently and it happens. Not sure if it has anything related or not. 😦...
No description

Deployed successful, but no instances!

After upgrading to v15, I face several strange issues in my Dokploy, for example: In the server, it shows that the build was successful, but when I try to check my endpoint, it does not work. When I tried to open the log, no instance can be found there....
No description

Anyone else having issues with Static HTML + Dockerfile (NGINX:Alpine) Deploys?

I believe I was using version 13, and everything was running fine in my deploy via integration on github, I have a repo with static html and I used a Dockerfile to deploy those, two file config setup. After I've updated to the latest version of dokploy 15 not only updating the html stopped working (it doesnt update the latest code, always redeploy the last cache I think), but also new projects from the exact same repo don't find the Dockerfiles in the repo. Nothing has changed beside the version...

[SOLVED] Failed to connect to github provider (using mikrotik as firewall)

Hi everyone Intro: I have a private server, which is connected to a router (mikrotik). I do port forwarding. so when there is traffic to my public IP it will be forwarded to my local server IP. dokploy has been installed on the server, and the domain settings via cloudflare have also been completed. the dokploy console/dashboard can be accessed....
No description

Self-Hosted Registry - How?

I have been using Dokploy without issues in a VPS, now I wanted to use the Cluster functionality but using a Self-hosted registry and there is no way that I can create one! I have tried everything. How can I do it?...

MongoDB buffering timed out

Hi, I have just deployed my Next.js app on DokPloy that uses MongoDB and I am facing this error My VPS is a 2 vCore, 2 Go RAM, 20 Go SDD...
No description

How can i increase Max Connections in Postgres

I need to know how to increase max connections on my postgres deployment on dokploy as i cannot acces the conf file. Also how to change timezone of my postgres database...

Error when trying to run a locally built Dokploy Docker container

I'm trying to build my own Dokploy Docker image from the main branch following the steps in the contribution guide. However, when I try to start the container, I get the following error: `` /app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/lib/find-pages-dir.js:42 throw new Error("> Couldn't find any pages or app` directory. Please create one under the project root");...