From: Loren C. <lor...@gm...> - 2021-10-20 13:54:36
|
Thank you for your feedback. I will try that. > On Oct 18, 2021, at 1:51 AM, Peter Stadler <st...@ed...> wrote: > > Hi Loren, > > I would usually do this with three containers. One frontend nginx container with the React app and another backend existdb container with the data and API. The reverse proxying can be done with jwilder/nginx-proxy or some other HAProxy that fits your infrastructure. > This setup would allow you to use generic Docker images into which you only need to mount your data. > > Sorry, that does not answer your request but maybe it helps (someone) anyway? > > Best > Peter > > >> Am 15.10.2021 um 21:44 schrieb Loren Cahlander <lor...@gm...>: >> >> Signierter PGP-Teil >> Hello folks, >> >> I have several Git repositories. >> >> • A ReactJS web application >> • A data XAR application >> • An RestXQ API XAR application >> >> What I would like is to create a docker image with the ReactJS web app deployed in Nginx with a reverse proxy to eXist-db 5.3.0 and the two XAR to be packaged (maven) and XARs placed in auto deploy. Has anyone created such an image? >> >> Thank you, >> Loren >> >> >> > |