deploy/templates/dashboard-nextleap-annotations.yml.j2
author ymh <ymh.work@gmail.com>
Tue, 29 Mar 2022 12:01:26 +0200
changeset 24 27de843f7461
parent 0 5f4fcbc80b37
permissions -rw-r--r--
Added tag 0.2.2 for changeset cd25fa7db90c

uwsgi:
  uwsgi-socket: :{{annotations_api_port}}
  virtualenv: {{annotations_api_venv}}
  chdir: {{annotations_api_venv}}/bin
  master: true
  mount: {{annotations_api_url}}=hypothesis_proxy.py
  processes: 1
  buffer-size: 65535
  logto: {{log_base_path}}/annotation_api_wsgi.log
  env: CONFIG_PATH={{annotations_api_config_base}}/annotation_api_configuration.ini
  manage-script-name : true
  uid = uwsgi
  gid = uwsgi