How to change MTU size on Dokploy?
I have issue with pip install (long timeout), so, I asked my hosting provider (I use reg.ru..), they tell me change MTU; I checked the docs (https://docs.dokploy.com/en/docs/core/application/advanced#network), but actually found no way to change it 😦

How to use the backup endpoint?
I ended up at the point I wanted to use backup. The only option I saw as available is the endpoint, tho the information seems limited.
https://docs.dokploy.com/en/docs/api/reference-api/reference-backup
I'm not really sure on how to create a full or either a specfic backup. Are there any examples people have? Sadly there is also no interface for scheduling them...
Error on build: "nixpacks: command not found"
Hey, I just installed Dokploy on a new Hetzner server and I am getting this error when I try to deploy my app
Starting nixpacks build... bash: line 11: nixpacks: command not found ❌ Nixpacks build failed...
Wildcard SSL
I've manage to get a wildcard domain working on one of my project, how would I go about having my *.example.com routes being ssl and being under https? Thanks!
Headless Chrome Timing Out on Dokploy Deployment
I have an issue getting a headless Chrome browser to run in my Ruby on Rails app deployed via Dokploy. The browser times out on all requests when started from the web server, but it works perfectly when launched from the Rails console in the Terminal (via Dokploy UI).
The goal is to fetch a remote URL and extract its content.
My Docker setup is solid, as the app runs smoothly when built and executed with plain Docker, on Coolify (a competitor), and on my local development machine. The problem appears to be specific to the Dokploy deployment....
deploy angular app
Hi guys, has anyone been able to successfully deploy angular app? For me the process ran without errors but I get bad getaway. I suspect that it has to do with the port or npm run start.
I have entered port 4200 in the domain setting....
Error when creating Postgres backup
I'm trying out backups, but I get this error:
```
[
{
"error": {...
How to use “mysql_native_password” in MySQL?
I tried using the command
default-authentication-plugin=mysql_native_password
at startup, but it didn't work, and the database failed to start. Since I use Prisma ORM, I need mysql_native_password
instead of sha256 authentication
PostgreSQL can't be accessed using the external credentials
I created a DB using the create service, database option.
I can access it and use it through other services in that project.
I tried to temporarily expose it using the external port option, and I used the external host URL
It doesn't connect, and no new logs appear....

Pressing ESCAPE key while in Terminal View (Editing in VIM) closes the terminal window
is there a trick to pressing escape (like when using VI/VIM) so that it doesn't close the modal window to terminal? (Could the escape key be removed as a hotkey to closing the modal?) maybe this is a feature request, or is there a way to send the ESC key to the terminal input?

[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
I can SSH to the GITEA from another machine using the same key (so it is working). I let DOKPLOY generate the keys [Generate ED25519 SSH Key].
However, it wont deploy and I am stuck at what the issues is. From the Dokploy Deployment log...
However, it wont deploy and I am stuck at what the issues is. From the Dokploy Deployment log...
Setting up a Laravel app
Hi,
I'm trying to get a Laravel application running, I have used this Dockerfile before but I cannot get it to work. Does anyone got a Laravel app to work? I would like a small package that is as performant as possible, along side I want to bake in the Queue & Scheduler within each image or create a separate image for it...
cloudflare real ips NextJS App
I have a domain in cloudflare that is directed to the server and I need to get the user’s IP in the NextJS application, but because cloudflare the ip is not real, I tried to use traefik plugins, but due to the old version they are not available. Here's the NextJS code where I'm trying to get the user's IP:
export async function GET(req: Request, { params }: { params: { api_key: string } }) {
const ip = req.headers.get('X-Forwarded-For');
console.log(ip);...
Docker compose next js multiple replicas ports
I am trying to figure out how can I run next js with docker compose having multiple replicas. If someone has done it, can you share an example maybe? The thing I do not quite understand is if it possible to run multiple replicas behind the single domain and have load balanced using existing traefik setup or should I deploy my own load balancer as part of docker compose. Thank you in advance for any help 🙂
How to specify heroku buildpacks to use?
I tried adding this to an app.json as described here https://devcenter.heroku.com/articles/app-json-schema#buildpacks
```json
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },...
Is there a version requirement for docker?
I want to deploy the dokploy instance on a NAS. Currently docker version is
20.10.23
How to use the generated unique-name?
When I add a domain name, I generate a series of routes labels. If I need to add middleware, how do I use the generated unique name?
