Dokploy

D

Dokploy

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

Join

Certs for wildcard domains in traefik

Looks like it's not supported atm? `` 2024-09-17T21:06:19Z ERR Error while adding route for host error="error while adding rule HostSNI(.bldry.click`): invalid value for HostSNI matcher, ".bldry.click" is not a valid hostname" 2024-09-17T21:06:21Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [.bldry.click]: error: one or more domains had a problem:\n[.bldry.click] [.bldry.click] acme: could not determine solvers\n" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=[".bldry.click"] providerName=letsencrypt.acme routerName=bldry-web-3d327d-router-websecure-3@file rule=Host(*.bldry.click)...

Any chance to auto backup template apps DBs?

Same as for hosted DBs, would be very cool to be able to auto backup say plausible analytics postgres and clickhost to a S3 location

Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.

I followed the guide (https://youtu.be/mznYKPvhcfw?t=372) exactly, but the deploy step fails with: ``` Initializing deployment Cloning Repo Custom [email protected]:Dokploy/next-todo-app.git to /etc/dokploy/applications/test-todo-app-frontend-639a2f/code: ✅ Cloning into '/etc/dokploy/applications/test-todo-app-frontend-639a2f/code'......

How to pull a tag from github?

How can you pull a tag, not a branch?
No description

System dies with 400 after a few hours

Logs show: ``` **⨯ PostgresError: the database system is in recovery mode dokploy.1.9iig3pomqd5h@staging-bldry | at ErrorResponse (file:///app/node_modules/.pnpm/[email protected]/node_modules/postgres/src/connection.js:788:26)...

Environment Settings creates .env, overrides existing conig

Any workaround? I want to only store secrets in Dokploy and have default vars commited and cp .env.whatever .env

pass the git hash as an ENV var to a Dockerfile build?

in dokploy using Dockerfile is there a way to pass the git has as an env var?
No description

How to run plane.so on dokploy?

Hello! I want to run plane.so on my VPS with Dokploy, but their instruction contains some specific steps such as install via /setup.sh menu. Is it possible to run this app without it? https://docs.plane.so/self-hosting/methods/docker-compose...

Redirect localhost:80 with Dokploy

Hi all, I have fully setup Dokploy on my VPS and went well. I have one question, how can I redirect all traffic to my VPS ip address on port 80 / 443 to a domain name? ...

Add a domain to an app without redeploy

Hey folks i am trying to migrate away from Vercel and need the same live domain update feature. Is it possible to somehow add/remove domains without redeploying the whole app?

`npm install` and `tsc` crashes server

* NestJS app, about 50K LoC * 2GB/2vCPU server on AWS Lightsail, Debian 12 * Dockerfile FROM node:18-alpine Every time I do a deployment, either the npm install --no-audit or tsc eats up all the resources and hangs the server. Anyone have a similar issue?...

Why is SSL not showing?

I tried to use Let's Encrypt, but it is not working (https://funshop.ilyadev.tech/) Note: I don't use Cloudflare. Also the same problem with Traefik (https://funshop-frontend-5ba61d-a6977c-147-45-154-76.traefik.me/), settings are the same. How to set SSL?...
No description

How to enable nginx response http header utf-8 for static website

I have selected "Static" Build Type and the issue is that the response headers don't include utf-8. ``` HTTP/2 200 accept-ranges: bytes...

Windows installation

Has anyone successfully deployed this on windows and if so how? I have attempted both docker-desktop and docker on WSL not attached to docker desktop

Traefik Error: Unable to Start When Enabling the Dashboard

Hi everyone, I’m currently using Dokploy with the latest version. I can’t get the Traefik dashboard to start since version v0.7.3. After enabling the dashboard, Traefik fails to create a new volume, so I’m not sure what’s going on. I’ve completely reinstalled the Ubuntu 22.04 server, opened up the entire firewall, and set up Dokploy, but the issue with starting the Traefik dashboard persists... Does anyone have experience that can help?...
No description

Restarting a server causes deployment to run again

Hello 👋 I have noticed that turning a Server OFF and ON on Hetzner might cause Dokploy to trigger a deployment when it is starting, although the "autodeploy" button is off. ...
No description

how to specify dockerfile in build type

Hi! I trying to deploy my react app using Dockerfile build type, but i don't understand how to specify right path to file. Dockerfile in root of my project and i give "/", "./" etc to Docker File path in the screenshot but it doesn't work. How to do that ?
No description

Deploying build artifacts to Dokploy

Hi, I'm a new Dokploy user. I've successfully done deployments of static sites and by using dockerfiles. Now I want to deploy some existing applications which are being built using GitLab resulting in build artifacts that are curently being deployed using ssh. What's the most logical way to transition these deployments to Dokploy? I hope I don't have to translate my entire GitLab pipeline into a Dockerfile. I'd like to keep everything in GitLab and just deploy the build artifacts on Dokploy. Do...

docker-compose version compatibility for Dokploy

I want to try install Mailcow (https://docs.mailcow.email/getstarted/install/#install-mailcow) but requires docker-compose 2.x and upper to install. Does create problem to dokploy?