--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/docker/server/hdalab.yml Wed Jul 17 22:46:52 2024 +0200
@@ -0,0 +1,8 @@
+uwsgi:
+ master: true
+ socket: :8000
+ processes: 4
+ chdir: /code
+ module: hdalab.wsgi
+ pythonpath: "/code"
+ log-master: true
\ No newline at end of file