DokPloy for Private IP
Hi guys, I'm new to DokPloy and doing research before migrate all of my apps to dokploy. I have questions
1/ Can we run Dokploy with private IP? I tried to install but it requires public IP to access (public:3000)
2/ Can I run custom apps with docker-compose? Like I have mattermost docker-compose, gitlab-enterprise docker-compose...if I deploy, can I forward traffic to those container?
3/ What if I have multiple servers and I want to deploy services on different servers (same LAN or different LAN)
4/ I'm using portainer with my custom registry, can I use my own registry (gitlab registry) on dokploy as well?
8 Replies
Hi,
1. You should be able to use a private IP a few weeks ago I merged a PR from someone who is going to use dokploy for a Hospital and they need a private IP you can see more details https://github.com/Dokploy/dokploy/issues/593
2. You can run anything you want, so if you have docker compose files it should be the same there are not restrictions
3. I'm not really familiar with that, but you can link multiple servers and then deploy applications to a specific server
4. Yes you can use your own custom registry there are not restrictions
GitHub
Use advertise_addr from environment variable in dokpoy service · Is...
What problem will this feature address? We would like to use dokploy in a non-public hospital network. It is possible to specify a custom advertise_addr in the installation script, but the dokploy ...
Thank you sir.
My situation right now is:
- Run portainer to deploy services/apps
- Run aapanel (play as traefik routing) to listen on 80/443 and forward to portainer services
I wanted to switch to dokploy, I tried coolify as well but looks like coolify is over to me
DokPloy is perfect alternative, to combine portainer and ingress service. I just want to explore more, such as database + backup (rn I do not have that ability in portainer)
For item #1, so I would need to specify the env, right?
there are some people from here and they migrate from portainer to dokploy and doesnt have any issues,
I just installed the latest version installation, im not sure how to make it work for private IP
I just installed 30m ago
you can check the manual installation for things like that https://docs.dokploy.com/en/docs/core/get-started/manual-installation
Manual Installation
Learn how to manually install Dokploy on your server.
oh now I see
thank you much
I tried to modify the source code of manually install
And I got this error

I wanted to install with my local IP 192.168.1.214
What should I do?