API: /project.create — 400 error
Just want to ask if the API is working on your end? I tried running the /project.all and it's working fine. But when I tried creating a new project using the API it always returns the 400 error. Both "name" and "description" are provided as body(json).
Tried both on the live swagger and in Postman....

400 error while accessing service monitoring
I'm getting error 400 whenever I try to access monitoring of one service, all other monitoring is working well..

Unable to sign in at custom domain
I have dokploy set up at a custom domain. After entering correct credentials, there is a "signin successfully" toast. However, it will not actually allow sign in or proceed to the dokploy UI. Sign in does work correctly when accessing dokploy at the ip address.
It seems that the auth cookie is being rejected because the site isn't being served over HTTPS. Does the SSL certificate point to the ip address instead of the domain name? Any help with accessing the dashboard at the domain is appreciated 🙂...
Error 400 after restart
Hello after restarting my VM, i have an error 400 someone can help me to fix it
How to assign subdomain to docker compose application?
Im playing around with compose feature, following docs from here https://docs.dokploy.com/en/docker-compose/example
For me it seems that traefic labels do nothing. I was trying to deploy https://github.com/Dokploy/docker-compose-test/blob/main/docker-compose.yml example app but it traefic service and configuration is not affected.
I also see cryptic errors in docker logs for dokploy like
```
Error Error: child exited with code 18...

Static site
hey, i'm deploying a react app, it's static, the build script builds the static site into /build directory, I can't manage to make that work for some reason.
coolify has a tickbox to let it know if it's a static site but not sure what it does under the hood.
any idea?...
Please show me how I deploy a custom configured NGinX server with nix packages in Dokploy
Please show me how I deploy a custom configured NGinX server with nix packages in Dokploy
cancel/delete deployments
Hey, little improvement idea, I’ve got some failed deployments where I had to restart the server altogether, now they are still showing as running instead of failed or cancelled. Would be good to get the right status on them, or at least be able to manually delete them to avoid confusion.
And also to cancel a deployment while it’s running, so if there’s a problem, takes too much resources or something it doesn’t ’break’ the whole instance....
Bad Gateway... Again
I'm on Hetzner and the Dokploy interface was readily accessible but after restarting I have two websites up and running just fine at their URLs, but can no longer get to the Dokploy UI itself anymore to administrate it all.
Issue with instalation script
I tried to install dokploy, here is my ouput
```
Docker already installed
"docker swarm init" accepts no arguments.
See 'docker swarm init --help'....
laravel php upload size
Hi everybody, wondering how can i increase the upload size on an application built with laravel, im using nixpacks a build, but i don't have information on how to increase the upload size, thanks
postgresql activate ssl
Is there a simple way to activate SSL with trafeik and lets encrypt?
If not, does anyone have a guide on how to do it from the terminal?...
Docker-compose with network: host
Hello!
Is it possible to run a docker container from dokploy with access to host's machine network? For example, with docker-compose it is achieved by using
network: host
Configuration from a screenshot doesn't seem to work...
Docker Terminal Bug
The terminal is bugging when I try to use the 'ñ' letter, and in the MySQL terminal I can't use it either. Also, I can't use the letters ñ, á, é, í, ó, ú. My database accepts these characters, but the terminal does not.

Docker compose update: Traefik reload fails
It looks like when I try to reload Traefik, it tries to regenerate the current certificates of my apps. In the "watch logs" I've got "Unable to obtain ACME Certificates for domains...".
I got the red toast: "Error to reload the traefik"....
[Dokploy Development] My Dokploy docker container cannot be deleted
Whenever I try to stop and delete the dokploy container, it comes back and starts again even after i delete everything from image to volume.
Hello, Can I change a database password from Dokploy?
I tried changing the environment variable MYSQL_PASSWORD and redeploy but it didn't work.
Thank you in advance....