Traefik when deploy with cloud
I'm trying to use deploy, and I'm using the cloud version.
I added a clean Ubuntu server, and expected that everything would install itself, but it turns out that you need to install docker yourself, but that's okay. I added a compose service, wrote my application in "raw" with a link to the docker image, and deployed, everything is fine, now I added a domain in the domain tab, in the domain DNS I wrote the IP of the server where I install, but in the end it doesn't go to the server by domain. What am I doing wrong?



13 Replies
can you show the domains?

I also tried to set the port to 3000
why do you specify port 80 if your application is running on 3000 port
instead of "3000:3000" use just "3000"
Troubleshooting | Dokploy
Solve the most common problems that occur when using Dokploy.
still doesn't work, I think there is no traefik on the server itself? or am I looking in the wrong place?


did you setup the server?
how should it be configured? I use the cloud version, and connected a clean ubuntu server, except for installing docker, I did nothing else on the server
can you go to remote servers-> your server -> click on actions -> setup server -> validate tab

yeah then go to deployments tab -> setup server
ah, i didn't notice that I have to manually click setup server, i expected that it happens automatically when i add a server. thank you
everything worked, the problem is solved
Good idea, do setup when the user first adds the server.