Sometimes it makes sense to develop parts of the application in a separate repository, but have it run under the same domain name. Instead of doing docs.example.com we want to be able to host the application at example.com/docs. How do we solve this?
Just merging is maybe not good enough, we want the files and everything to be run in a separate container.
Sometimes it makes sense to develop parts of the application in a separate repository, but have it run under the same domain name. Instead of doing docs.example.com we want to be able to host the application at example.com/docs. How do we solve this?
Just merging is maybe not good enough, we want the files and everything to be run in a separate container.