docker/server/hdalab.yml
author ymh <ymh.work@gmail.com>
Fri, 19 Jul 2024 09:38:03 +0200
changeset 704 b5835dca2624
parent 702 2a6e667b1610
permissions -rw-r--r--
Adapt renkan preview to uses chrome headless/puppeteer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
702
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
uwsgi:
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  master: true
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  socket: :8000
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  processes: 4
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  chdir: /code
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  module: hdalab.wsgi
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  pythonpath: "/code"
2a6e667b1610 make hdalab work locally
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  log-master: true