coolify
coolify copied to clipboard
[Improvement]: Internal URL for services and other non-database applications
Description
I want to deploy phpMyAdmin and some other services on my VPS, but I do not want to add a public facing domain or use sslip.io (as these are accessible from the internet). I want to use an internal URL that is only accessible when I VPN into the coolify/docker instance or something similar that is only locally accessible -> an internal private URL, like there is for databases but for hole services. (I am not sure if this is technically possible though)
Minimal Reproduction (if possible, example repository)
- [ ] Add an internal URL to each service -> This Internal URL is reachable from the host VPS (so that I do not have to deploy a VPN connector in each service stack)
- [ ] Add internal URL to other applications -> This Internal URL is reachable from the host VPS (so that I do not have to deploy a VPN connector in each service stack)
-> Challenge: Each container has its own destination/ network.
Example structure: http://ContainerName-[uuid].local
Exception or Error
No response