Dokploy

D

Dokploy

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

Join

domain unreachable in docker-compose feature

hi, I'm having an issue when deploying grafana using docker-compose (raw). I have followed the existing documentation. but the domain still remains unreachable. ``` services: grafana: image: grafana/grafana...

domain

My domain name is registered on namecheap and then managed by cloudflare. When I follow the documentation, domain is set to Full (Strict) mode in Cloudflare. In Dokploy, select Let's Encrypt and enable HTTPS. It doesn't work and returns Invalid SSL certificate, but when I change the domain to Full, the website comes back to work....
No description

using http instead https for dokploy domain

hi, i have reverse proxy that running on my vps, we already upload ssl certificate to it, so if we deploy our app, we just use http instead of https, because it will make the web redirect to https, the problem is when i set domain dokploy, and i access it, it show 404 like in the image, i also edit traefik, but nothing happen...
No description

How do I add a .keys folder to a project?

Hi I have a question how can I add a .keys folder? My Nest.js API uses RSA keys and I'm plugging them in from the .keys folder, but how do I add them?
No description

Help needed, mysql2 driver cannot connect to the mysqldatabase (nextjs, drizzle,mysql)

I have project which contains mysql and nextjs app. The mysql container is running fine. When i try to deploy my nextjs it fails on the build because it cannot find the hostname here's the error message: Error: getaddrinfo ENOTFOUND schoolput-database-112c11 at e.createConnection (/app/.next/server/chunks/5516.js:5:60532)...
No description

Deployment success, but when adding goverment domain, its failed (404 page not found)

hi i already add "A" record on my DNS provider to point my VPS Public IP, but the problem is i cant access my web, when i enter my domain, it only show 404 page not found. if i generate domain, i can access my web....
No description

Deployment Stuck "Running"

One of Dokploy's containers (probably Redis) had an issue during deployment. I rebooted my VPS once that happened, and now my deployment is stuck in the running state but shows that there was a build error during deployment.
No description

Deployment uses older commit

Had a couple new commits, I've webhooks setup, and they worked just fine. At one point I disabled Autodeploy to play around (unsure if related), re-enabed it later, and from that point, it's using older commit instead of most recent one. What kind of logs could be provided to help figuring out the issue? Deployment logs seem to be fine, they are fetching from git repo.. :/...
No description

[ANSWERED]Custom domain for Plausible

I want to provide a custom domain for a Plausible template. However, there is no "domains" tab. I've had a look at the template's compose file and think I could make changes there. Im wondering if I changed the PLAUSIBLE_HOST env var if it would automatically assign SSL certificates? https://github.com/Dokploy/dokploy/blob/9d0edd810ed22181af2b4d2289885b4e901d5996/templates/plausible/docker-compose.yml#L44...

2 Redis Questions

hey 2 redis stuff :), - I need the rejson extension of Redis, and this is part of the redis-stack image instead of the regular redis, so i've changed the image used when installing a redis via the UI, to redis/redis-stack-server it all seems to work fine. However when I check the server log and doing a ps aux, I can see that redis-server is running instead of redis-stack-server. It doesn't fail because redis-stack I believe also include the default redis. Any way to tell dokploy to run redis-stack-server instead of redis-server? I can see that it is available in the container. And also it should all work fine as all the commands etc. are redis-server compatible. I've tried to enter the redis-stack-server in the command input in the redis settings but that doesn't do it. Not sure what that does....

Need suggestion on deployment with config.toml file

i have run into error while deploying this project: https://github.com/ItzCrazyKns/Perplexica and got error message: failed to solve: failed to compute cache key: failed to calculate checksum of ref 4a0fdc22-b75f-47dd-9a28-5e26bd1d70f8::hyegmgql27rjfnos4a34lc8kc: "/config.toml": not found i have all the configs.toml in environment tab but seems like it doesn't read. So, where should i set my environment variables in this case if i don't want to commit them to github ?...

Local Gitea Server as Git Provider

Hey there, I'm trying to set up an app with a local gitea server as the source. When I put in the repository URL I'm only getting a Deployment error with very little details. I've tried using a SSH key but no luck. Here's the git url: http://pi5:3000/zicklepop/melkat-blog.git I've also tried giving it the IP address but same result. ```...

error when creat selfhosted registery

im trying to create cluster but when try to enable selfhosted registry it give error
No description

Pocketbase url

The auto generated url doesnt work. Treafik is up this time
No description

When trying to use a domain with HTTPS protocol show ERR_TOO_MANY_REDIRECTS

Hello, when I try to use my domain for the database web panel I get ERR_TOO_MANY_REDIRECTS when I enable HTTPS protocol, but if I disable HTTPS and make HTTP protocol everything works fine.
No description

domains not reachable

Hey, i cant reach the domain i correctly setup in dockploy through cloudflare. IM getting this error screen when trying to reach. in english it means something like this website isn't reachable. ...nief.tech has refused the connection
No description

How to deploy phpMyAdmin?

Hi, I'm trying to run phpMyAdmin but I can't even get the port forwarded, what could be the problem? Or I'm not seeing what I need somewhere.
No description

Unable to link domain

Hi, I'm doing everything as in the guide but I can't get the domain to bind. ```yaml providers: docker:...
No description

Cannot Deploy Astro SSR with adapter node

I found the astro-example repository that explains how to deploy Astro. However, the example uses static output. I need SSR to work because my site uses authentication. I checked the Docker container list, and my Astro site built with Nixpacks isn't listening on the specified port (3000)
No description

Deploy support

Hello there, I'm trying to run my Go FIber app on my Server which have Dokploy on it, but most of the time if it starts it either exit without an error or dont even show up and on the client side gives me a bad gateway error. Traefik config seems to look good to me but who knows ``json http: routers: dscinflux-api-405b84-router-6: rule: Host(api.dscinflux.xyz) && PathPrefix(/`)...