{"message":"Error creating the application","code":"BAD_REQUEST"}
```py
async def Create(name, user: discord.User):
url = f"{os.getenv('DOCKER_URL')}/api/application.create"
headers = {
"x-api-key": f"{os.getenv('DOCKER_TOKEN')}",...
How to allocate more resources to the template
Hi! I ran into the problem that my installed templates (n8n and nocodb) are limited to one core per application (i have on each server 4 cores). Is there any way I can allocate more resources to them? There is no way to raise resources in the advanced section.
First screen - monitoring from my app (which was created by template)
Second screen - common monitoring
Third screen - resources that i have...

Gitea Template
I'm having troubles running gitea on dokploy. Could someone please help? the deployment is running and all necessary containers are runnging too (i dont see any errors in the logs). if i curl on the server it works, but if i try to access it over the web (ip or domain) i get a timeout. i'm trying to debug this whole thing for over an hour right now. 🥲
Cant access private docker registry
Hi, I am trying to deploy my app with docker compose stack. But I get an error trying to pull the images from a private repository. I already checked the issues on github.
This is an example error message I have:
"Updating service melon-leads-app-services-dyvqsw_backend (id: mffc9i360jm9lbyzs5ob2bqzx)
image ghcr.io/patrick3131/melonleads-backend:staging could not be accessed on a registry to record...

Unsupported AI provider for URL: https://api.deepseek.com
I am trying out the new template AI assistant with Deepseek's API and I keep getting this error "Unsupported AI provider for URL: https://api.deepseek.com". What am I doing wrong?
Huly Template - Error message
I need your help wit this message :
"Unknown error: Failed to fetch"...

hello, how to upgrade a docker container (coder template) ?
I have put the coder template but I see there is an update. Not possible to execute their recommended command in the container /var/lib/docker/container/id
docker-compose pull coder && docker-compose up -d coder
...
Multi server
Hi, I have a question, I would love to add multiple servers for my dokploy instance, what is the best way to have multiple servers for reduncency and underlying child servers for running the containers, and would i use the multi server feature or docker swarm? Would love to get some insights into this.
should i restart my server ?
When i access my vps with ssh i have this message that tells my that i sould restart my vps. If i do it all my docker container will restart when the server restart ?

Best way to organize environments?
Do we do it in organizations, or create separate projects? Which is the recommended way?
Backup Dokploy
How do I go about having a Dokploy Backup and Restore procedure? I'd like to be able to spawn a new environment as fast as possible. Is there any reference about this? It would be a nice feature to be able to automate this from the UI somehow maybe. WDYT?
hello everyone i have problems at deploy
when i deploy my application return to me the response Error occurred ❌, check the logs for details.
Command exited with code 1. Stderr: bash: line 9: /etc/dokploy/applications/crmfinanceiro-frontend-7c7a34/code/Dockerfile/Planilha-de-contas-main/frontend/.env: No such file or directory
, command: set -e;
rm -rf /etc/dokploy/applications/crmfinanceiro-frontend-7c7a34/code;
mkdir -p /etc/dokploy/applications/crmfinanceiro-frontend-7c7a34/code;...

cli authentication 404 error
For login with cli it gives this error: Error: Failed to save authentication details: Request failed with status code 404
Freeze on landing page when using Brave/Chromium
Hi everyone,
I am on Fedora with Brave, and after typing a couple of characters in the login or register inputs, browser becomes unresponsive and page freezes.
It work on firefox without any issue.
I can reproduce the issue every time by just waiting on the login page with Brave or Chromium....

Unable to connect to redis database externally
I've created a redis database service in my project and deployed it.
But when I try to access the database through its external credentials I get 'Error: connection reset by peer'
redis-cli -h 12.345.678.9 -p 6379
67.219.102.83:6379> AUTH default redis123...
67.219.102.83:6379> AUTH default redis123...
API keys per organization is not working
curl -X 'GET' \
'https://<MY DOMAIN>/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <REGENERATED APIKEY>'
curl -X 'GET' \
'https://<MY DOMAIN>/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <REGENERATED APIKEY>'
Gitlab not connecting
I had Gitlab connected properly and could see all branches. Since yesterday suddenly that connection is lost, even though I didn't change anything. If I test I see "found 0 repositories". Dokploy is still listed as a working application in my Gitlab account.

Inconsistent networking error when creating raw compose vs from template
i noticed an inconsistent networking error when creating a raw compose file vs creating the same "compose file" from an app template.
Steps to reproduce:
First create an app from template:...
