Invoice payment
Hello
My invoice has been paid but I have lost access - it says "You have 1 server on your plan of 0 servers"
I'm reluctant to put my email address or account info here. How do I get this type of support?...
How to add more owner users?
Is there a way to add more than one owner user? Is there a way to connect to dokploy dashboard db?
My app can't connect to internal postgresql
Hey everyone, I'm testing Dokploy using docker desktop on Windows, deploying an app by dropping the .zip and I'm facing an issue, I have my PostgresDB running perfectly (I was able to connect to it exposing the port), but when I try to deploy the app, I get the error from the image, the deploy isn't able to reach my DB, I know that both services should be in the same network, but I can't find any network configuration within my app container
I'm using these .env vars in my project:
```
DATABASE_URL=${{project.DATABASE_URL}}...

Need help: Traefik issue
Hello there,
I've been trying to deploy 2 apps today, one of them on api.mydomain and the other on my domain but unfortunately i keep receiving 404 not found as response, i did find this issue deploying 2 other projects and i fixed it by manually editing the yml config, but today i woke up and decided that ill apply this routing automatically š
here is what I've done so far:
- pointed my domain to my server and added the sub domain too
- added the dokploy-network...
Advice on Deployment Strategy
Hello all,
I have a project which is structured like so:
```
project/...
HELP!!! How to Redeploy Dokploy Service from Backups Without Losing Data After Server Failure?
Hi everyone, my management server recently failed, and Iāve backed up the following Docker volume files:
dokploy_dokploy-postgres-database.tar.gz
dokploy_postgres_backup.tar.gz
Iād like to redeploy the Dokploy service and reconnect it to the original database and services without losing any data. Could anyone share specific steps or tips to achieve this?...
Cannot deploy application to newly added server
i've added new server to my selfhosted dokploy, all validation is green, but cannot deploy any application to that server, and no deployment history everything going to "red circle on my app"

deployment via ecr
I've succesfully deployed dokploy on an ec2.
The issue is when i try to pull from an ecr repo.
no issues with the following command on cli:...
Unable to connect to services deployed on Remote Servers
Hello! I am running into a network issue when trying to launch services from my dokploy instance. I am using the multiple server approach and it seems like Traefik isn't able to route to the network generated for the service?
I was able to solve this...partially. I redeployed the apps on the dokploy web server instead of my remote one and it still failed so i tried "rolling" the traefik.me domain a couple times and I got a warning that I need to update my web server's IP.
Adding the server IP to my web server config fixed the locally deployed ones but the remote servers still fails. Trying to figure out how i can fix this....
toomanyrequests
Hi all, I have encountered the following problem.
I get an error from docker when deploying any application to dokploy.
server ādigitaloceanā...

Is it possible to assign a domain to databse?
I dont see such option in the ui and my instance is not accessible with ip only. Not sure how to make db visible to the outer internet
[FIXED] Failed to create bucket: invalid signature
Odd, the default install of Supabase gives me this error when I try to create a new bucket: Failed to create bucket: invalid signature
I'm experiencing a persistent issue with the Supabase instance deployed through Dokploy on my server. When attempting to create a storage bucket, I consistently receive the error:
```...
[bug]: When I use the trigger.dev template, I am unable to access it
Here are my configuration steps
1. Install template
2. Use default configuration, add domain nameļ¼...

Preview deployment link not working
Hi,
I have pushed new changes in already opend PR. After build run successful in the URL is not working. it gives Bad Gateway. It was working fine before.
I have tried to delete PR and created new PR as well but still its didn't work....
Unable to obtain ACME certificate for domains
Hi, I'm not able to generate Let's encrypt certificates.
I'm running dokploy behind an opnsense (currently with a any - any rule)
The opnsense is running on a proxmox server and I'm forwarding Port 80 and 443 to the dokploy vm.
In the Webserver Settings I entered my domain and enabled Let's encrypt.
...
Subdomain on dokploy and main domain on project issue.
I'm running into a very strange case.
I've setup a dokploy on a domain server.mydomain.com, which works perfectly with SSL.
Then i created a project. that is mydomain.com. The weird behavior is that it's working but on the / of my app i'm being redirect to a dokploy URL: mydomain.com/dashboard/projects, but it's displaying my application....
How can I redirect IP:Port to Domain
I'm hosting a website on Dokploy that's properly set up with my domain and HTTPS and it works when I search the website by domain, but the site is still accessible via direct IP address and port number with HTTP. I've tried creating redirect rules in the Dokploy interface to force traffic from the IP:port to my secure domain, but these redirects don't seem to be working
