docker/server/platform.yml
author ymh <ymh.work@gmail.com>
Mon, 02 Feb 2026 18:27:25 +0100
changeset 1 f213403ee0c8
parent 0 2a447b707b65
permissions -rw-r--r--
New version platform
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
uwsgi:
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  master: true
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  socket: :8000
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  processes: 4
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  chdir: /code/platform_web
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  module: ldtplatform.django_wsgi
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  pythonpath: "/code/platform_web"
2a447b707b65 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  log-master: true