Traefik whitelist
Greetings,
Its not an dokploy issue at all.
I dont want to expose my dokploy production infra to internet, except for my localmachine ip (passing an whitelist ip maybe).
Question 1...

Redis and the BSI
We should give the Redis database a password so its not openly accessible. I have received multiple hetzner emails from the bsi that there is a redis database without a password protection on my server. We should let it have a password so only dokploy can access the redis database

dokploy setup
how should i use dokploy in windows an specification to follow as I'm trying from 2 days and also docker imae is giving error like dokploy-redis etc
[CLOSED] API access to dokploy
is there any api available or any other way to create services without using dokploy dashboard but only just APIs ?
Try to deploy Docker image app
hi im trying to deploy this app as a cctv server
https://github.com/bluenviron/mediamtx?tab=readme-ov-file#docker-image
(i also add custom command to enable some config in the app)
this is how i setup in my dokploy like in the images i attach....

Try to deploy with bind mounts
Hello. I am trying to deploy my application using volumes. The problem is that when I have a volume and I deploy, a container is not created for my application. If I remove the volumes, the container is created.
I add some images showing that the only time I removed the volumes was when I deployed the first container. With volumes, containers were never created....

backup cron issue/bug
I've setup backblaze as s3 storage for backup. So, I've two database replica one for dev/beta test and second for production and i was testing backup and i set cron to run on dev db every 3 minutes and even if i later delete backup tasks its still weirdly running! How do i disable it?!
How can I access to the deployed app?
I've deployed a website using self-hosted Dokploy, and deployed successfully, I checked the docker container log and status, it was good,
but I can't access to website, because there are no access points.
How do I do to access to the app?...
Env variables
Hey team, other tools similar to Dokploy that I've worked allow you to define env variables for your project when setting up a service. I couldn't find that option in the app or docs, so I'm assuming it's not available.
What's the recommended approach for handling env vars in Dokploy?
Right now, I'm thinking of configuring them on the VPS and having the Dockerfiles pick them up.
...

NET::ERR_CERT_AUTHORITY_INVALID
When trying to connect a domain to a nextjs site, i usually get a https error when visiting it. It says NET::ERR_CERT_AUTHORITY_INVALID
How can i solve it? I've tried removing and readding the domain multiple times. It's only nextjs sites that fails like this...
support for multiple domains?
Hello,
Do you support multiple domains for each project? Like Vercel does. So that I can offer my users to use their own domains for my SaaS?
Is there an API?...
Unable to deploy with docker
logs:
```sh
---> d95155d3a8e3
Step 10/21 : COPY package.json yarn.lock .yarnrc.yml ./...
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 ?

An error occured on client
after a fresh install on an amd free server from oracle ive got this issue

Unable to view logs in a self-hosted instance on Virtualbox
I have tried to deploy 3 projects and I don't get any logs from the UI
An error occurred on client
TL;DR
When run Dokploy on a Proxmox CT it mess up with the host name, Fix by using Proxmox VM
Question...

Running Dokploy on a Hetzner ARM server.
Hey guys, when trying to run the installation script on my hetzner server (see screenshot) i always get the following error (see screenshot 2). From researching the topic i understand there are some problems with swarm and arm maybe? Any help to make dokploy run would be appreciated ❤️

Django deployment
My app is working in Heroku and I'm deploying it using Dokploy. I get the error ```
File "/layers/heroku_python/dependencies/lib/python3.12/site-packages/django/apps/config.py", line 123, in create
mod = import_module(mod_path)
^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/heroku_python/python/lib/python3.12/importlib/init.py", line 90, in import_module...