Have some problems with Traefik.
I attached Domain name but in my Traefik Dashboard it's only 4 routers. I restarted and my VPS , Traefik some problems. Have some ideas how to fix it ?

20 Replies
There is a open issue about that, probably can be the same as https://github.com/Dokploy/dokploy/issues/38, When you create an empty application traefik can not recognized the default structure when a application creates and when you try to reload the domains and everything breaks. I will fix that on this PR https://github.com/Dokploy/dokploy/pull/44
GitHub
Issues ยท Dokploy/dokploy
Open Source Alternative to Vercel, Netlify and Heroku. - Issues ยท Dokploy/dokploy
My problems is with dokploy server config not with apps. Traefik do not see anymore dokploy. Have only 4 service in running. I reinstalled dokploy and this problem has appeared .
do you have anything else installed besides dokploy?
No , itโs vanilla ubuntu 22.04 without anything else
which vps provider are you using?
My personal home lab with proxmox
can you please do docker service ls? and pass me the logs


looks like you have some empty traefik configuration what version do you have?
0.0.2. My configuration files is not empty and domain was attached . Maybe I will do a fork and some bugs will fix or I will do like plugins
For others with some issue . I remove all applications and restart VPS and now it's work very well. My domain was attached with succes maybe was a bug with proxmox maybe other reason but in my case this solutions was worked
Thanks!, would you mind to create a steps of how to run dokploy on a Proxmox?
In weekend I can write an instructions and If exist some people who needs wildcard domain I have a solutions in Proxmox.
Would be awesome!, alot of people have troubles running dokploy
Hey bro @๐ ๐ฟ๐ญ๐๐น๐ฎ๐๐ฒ I came here since you said you was running in proxmox right, have you had this issues , if so how do you solve it?
https://github.com/Dokploy/dokploy/issues/65
GitHub
Connection problem between dokploy and components on LXC ยท Issue #...
I am trying to install dokploy on a Proxmox VE LXC. The dokploy and all its components can start without any problem, but when I follow the link in the end of the installation, the page won't l...
Hello , in 2-3 hours I will answer in github with some instructions
thank you โค๏ธ
I do it later , at my workplace have some troubles and now I canโt
no worries
I've conducted a lot of tests for Proxmox VE. I've also tried the much-loved LXC method, but I don't recommend it because the Dokploy service will be too slow, and in some cases, there might be issues with Traefik. I recommend all Proxmox users to use VMs with a minimum of 2048MB. Configure the internet connection as br0 to allow VMs internet access and receive an IP for access. If there are other services in other VMs, such as nginx proxy manager or other proxy services, I recommend changing the ports for stable Dokploy operation. To install Dokploy on Proxmox:
1. Create a new VM.
2. Install Debian/Ubuntu 22.04.
3. Before installing the script, log in as root to have full access and set the necessary permissions.
4. After installation, go to bridgeip:3000.
5. Create an account.
6. Attach the domain.
This way, all services will work. If there are any questions, I can offer support for Proxmox VE users.
Maybe I will do instructions with screenshots