This commit adds support for a production environment running in docker. It has three containers:
UI - The React application
API - The Python API
Proxy - A Caddy server proxy that sits in front of the API/UI.
The proxy is the only exposed port and is solely responsible for directing /api* traffic to the Python API container and all other traffic to the React container.
This commit adds support for a production environment running in docker. It has three containers:
The proxy is the only exposed port and is solely responsible for directing
/api*
traffic to the Python API container and all other traffic to the React container.