Dokploy

D

Dokploy

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

Join

How do I restart traefik

hello, I installed Dokploy and deployed some applications however my vm went down and I hard to restart aft the restart process, how domains are now pointing to nginx default page and are not able to point to their various apps despite me setting it up. kindly assist. I also noticed that traefik has no containers. below are my server logs from dokploy ``` { severity_local: 'NOTICE', severity: 'NOTICE',...

I can not deploy a simple app

[phases.setup] nodeVersion = "20" nixPkgs = ['nodejs', 'yarn'] ...

Bind multiple primary domain names on a server

Hi, I subscribe to the paid service provided by dokploy and I would like to know what should I do if I want to deploy multiple websites on a single server, each of which requires a separate first level domain name? Similar to a.com,b.com...

On every deployment in Next.JS there's this error

I have a Next app which is using server actions, and I noticed on each deployment if the user is currently on a page, let's say editing a form and submits, if they don't refresh the page after the deployment the app errors. Refreshing the page fixes this. Any reason why this is?...

✅ [SOLVED] Invalid origin

Hi everyone. after I updated to version 0.19, I can't login and get an alert like the picture. the attached picture occurs when I try to login via domain. but if I try to login using IP there is no problem at all. please help...
No description

GitHub providers not recognized with Applications

I have set up my GitHub apps on the Git page (see attached). Both are tested and valid. When creating a new app, I am unable to use GitHub. It asks me to configure my account first, which I think I've already done? Likely I missed something, but I can't seem to find what exactly. Any guidance is appreciated!...
No description

Logs of any kind are loading really slowly

If I open the traefik logs or some application logs it takes about a minute to load. How can I fix this? Is this a bug?

Applications are not working after deployment

I am using hyper-v ubuntu machine locally. I deployed apps but when i run with custom domains it is not working
No description

Problems with url traefik im using hetzner

ES: Tengo problemas con la url que me genera traefik no puedo conectarme. Me he descargado un plantilla y no puedo conectarme a la URL que me ofrece ¿alguna idea? EN: I have problems with the url that generates me traefik I can not connect. I have downloaded a template and I can't connect to the URL it gives me, any idea? Server Hetzner...
No description

{"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...
No description

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...
No description

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"...
No description

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 ?
No description

Best way to organize environments?

Do we do it in organizations, or create separate projects? Which is the recommended way?