Need help isntalling on Digital Ocean
Ran the installation script as the docs and ran successfully but cant access it on web browser?
```
Digest: sha256:f6fd31c31fbd71925ad40095e090be540544c4466e6e28192d00bfffcd24f275
Status: Downloaded newer image for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest...
failed to solve: failed to read dockerfile
When I try deploy my docker app I got this
```
Initializing deployment
Build dockerfile: ✅
Source Type: github: ✅...
traefik
Is there a way to add basic auth to docker compose with labes for traefik?
```
...
labels:
- traefik.enable=true...
Is there a way i can setup with different ports?
Is there a way i can setup with different ports? Like not 80 or not 443.
Basically i want to host many simple demo website there with nextjs with terefik temp domain. and need ssl on those. that's why i needed diffrent domain becuase some of my other application like Cloudpanel running on same VPS?...
Application not available despite successful deployment
Hi guys, this is the first application I deploy via Docker – The Deployment is successful, but when I have a look in the Logs, there are no containers to select, the application is also not accessible.
Do I need to configure something differently for docker applications? Also, i’m confused that I also need to specify a Build Type, even though the Docker Image is alreadu built...

nixpacks.toml on root directory is not used
Hello I'm struggling a little to try to use nodejs_20 on my project.
Setting up the Nixpacks ENV doesn't work because there is some conflict with node 20 and 18
╔═════════════ Nixpacks v1.29.1 ════════════╗...
dokploy-Manager and Worker node on two different VPS hosting providers
Hi there, is there a reason why I cannot select the workder node via the 'select a server' dropdown when deploying an app? Do both VPS servers need to be on the same provider? do i need SSH keys setup between them?
Deploy NextJS with dockerfile
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 33981740-93cb-4966-b5de-c32207174f81::a7ye70isi7l5g1zremrrxaguc: "/src/web-app": not found
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 33981740-93cb-4966-b5de-c32207174f81::a7ye70isi7l5g1zremrrxaguc: "/src/web-app": not found
I have installed dokploy successfully on my Linux server with docker.
I have install on customized port: 7000. I can access it and add new template fine.
Let's say I create webapp (nextjs) on port 3200, or supabase from template. it shows running up, but how can I access supabase from its specified port. it always showing 404 resource not found. what is the problem with my configuration or not...
Blank screen on page refresh
My app is fully deployed and works, however when i go to refresh the page i just get a white screen. The refresh thing only happens after the container has been redeployed with the same domain name.
This never happened before I updated from v14 to v16...
mongodb hacked after a view hours of being accessible
I set up dokploy on a fresh server and configured my application. Nextjs with mongodb and replicasets enabled.
While trying to figure out ufw settings to block access from outside, but allow docker, I noticed in the mongodb log that all the tables where dropped and a new index created.
The index had a message saying that my data is backed up and I should pay x amount of bitcoin.
The collections where empty and nothing important is lost, but I wonder how someone could get in so fast....
Migrating radicale from docker-compose to Dokploy
I have a radicale https://radicale.org/v3.html instance in a docker container. How would I migrate my radicale instance to Dokploy without losing the data? (I have not installed Dokploy yet on the server in question, but I have used it before elsewhere)
Network usage too much ?
Hi,
I have noticed that I have a lot of Network usage and I don't know from where it comes in or out
I just have deployed some Next.js apps and MongoDB databases...

Huly Template
I'm trying to setup Huly using the provided template, but I am getting this error when trying to make an account. I am unsure how to fix this. I have not changed anything in the docker compose file or otherwise. Any help is greatly appreciated 🙂

How can I host on Dokploy port 80?
I'm trying to host a page on port 80 of Dokploy my host. I've tried different ways but keep failing. Can someone show me an example?
nginx cant access other services in docker compose stack
Locally my compose stack works normally, but when I deploy it to dokploy nginx container cant access other containers in the network. But other containers can access nginx.
Here is my compose file
```
services:...

No more disk space on VPS
Hi,
In just a minute, I don't have more disk space, I have just deployed a Next.js app...

502 Bad Gateway without further logs
I’ve added the node server adapter to my Astro project.
Since then, I get a 502 error when accessing the site.
The logs don’t indicate any error, and if I curl localhost:3000 from the container, I get the expected result...
