Replies: 1 comment
-
You would do this with hostnames instead of ports (subdomains etc) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to deploy two applications on a single server using Kamal 2.4.0.
Here is the setup I am aiming for:
Currently, I can achieve this by explicitly specifying the port numbers in config/deploy.yml.
However, as I plan to deploy various applications across multiple servers, I would prefer a solution where I only define the domain names, and the ports are automatically handled in an efficient way.
If anyone has approached this problem differently or has suggestions for a better solution, I’d love to hear your thoughts!
For reference, I noticed that there is a socket file located at /tmp/kamal-proxy.sock within the kamal-proxy container. Could this be leveraged somehow?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions