==================== Deploying the T-Res API ==================== T-Res can also be deployed as a `FastAPI `_ via `Docker `_, allowing remote users to access your T-Res pipeline instead of their own local installation. The API consists of the following files: * ``app/app_template.py`` * ``app/configs/.py`` * ``app/template.Dockerfile`` * ``docker-compose.yml`` Example configuration files are provided in this repository, which can be adapted to fit your needs. .. toctree:: :maxdepth: 2 :caption: Table of contents: installation usage