PyTerraBackTyl icon indicating copy to clipboard operation
PyTerraBackTyl copied to clipboard

PyTerraBackTYL service in Docker image should be invoked by an WSGI (e.g. gnunicorn)

Open dev-dull opened this issue 5 months ago • 0 comments

The docker image for PyTerraBackTYL currently invokes the service using Python/Flask directly. Since it is intended to be ran as an internally facing service, it is "probably fine" however, using gnunicorn is dead simple and brings the application further into alignment with best practices.

dev-dull avatar Jul 11 '25 15:07 dev-dull