feat(docs): Unify path in cdash
[csit.git] / csit.infra.dash / docker-compose.yaml
index d65de90..d494d52 100644 (file)
@@ -2,15 +2,15 @@ version: "3.7"
 services:
   cdash:
     build: "."
-    command: "uwsgi --ini app.ini --workers 2"
+    command: "uwsgi --ini app.ini"
     environment:
       FLASK_DEBUG: 1
       FLASK_ENV: "development"
-    mem_limit: "2g"
+    mem_limit: "6g"
     ports:
       - "5000:5000"
     user: "${UID}:${GID}"
     volumes:
-      - "${PWD}/app/:/app"
-      - "${PWD}/../resources/libraries/python/jumpavg/:/app/cdash/jumpavg"
+      - "${PWD}/app/:/var/app/current"
+      - "${PWD}/../resources/libraries/python/jumpavg/:/var/app/current/cdash/jumpavg"
       - "${HOME}/.aws:/.aws"