feat(uti): Use only 1 worker
[csit.git] / resources / tools / dash / docker-compose.yaml
index 7125097..1b44700 100644 (file)
@@ -2,7 +2,7 @@ version: "3"
 services:
   dash:
     build: "."
-    command: "uwsgi app.ini"
+    command: "uwsgi --ini app.ini --workers 1"
     environment:
       AWS_ACCESS_KEY_ID: ""
       AWS_SECRET_ACCESS_KEY: ""