Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 556 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 556 Bytes

This is the flask enviroment used by SotADB.info. It is designed to be used behind a Kubernetes ingress load-balancer and infront of a postresql image. Because of the intention to use with ingress, it delivers http, rather then binary traffic. It's an Alpine 3.5 image containing the following:

  • uwsgi-python
  • postgresql-libs
  • Flask
  • Flask-Misaka
  • oauth2client
  • PyGreSQL
  • requests