nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

uwsgi.ini.tmpl (250B)


      1 [uwsgi]
      2 # https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#putting-behind-a-full-webserver
      3 plugins = python3
      4 socket = :{{ env "NOMAD_PORT_web" }}
      5 wsgi-file = /meta/metasrht/app.py
      6 callable = app
      7 master = true
      8 processes = 2
      9 threads = 1