Redis – Add Flask-WSGI routes to DDEV-Drupal project
I have a ddev-Drupal project and want to add web-routing for my python-flask project. Ideally something like this: https://github.com/docker/awesome-compose/tree/master/flask-redis - or maybe with gunicorn? In the end i want the flask-app to run at http:myproject.ddev.site:5000 or similar...