Tuesday, April 2, 2019

Custom endpoints with traefik

As I’m starting to play with Flask, I had to deal with several backend servers and decided to use traefik proxy for them. I wanted to use two web servers, one for HTTP/HTTPS for the frontend, and another one on 8000 for some backend work. Everything is done in a Docker composer YAML file, launched […]

from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...