aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'csit.infra.dash/docker-compose.yaml')
-rw-r--r--csit.infra.dash/docker-compose.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/csit.infra.dash/docker-compose.yaml b/csit.infra.dash/docker-compose.yaml
new file mode 100644
index 0000000000..5ed71345fb
--- /dev/null
+++ b/csit.infra.dash/docker-compose.yaml
@@ -0,0 +1,16 @@
+version: "3"
+services:
+ cdash:
+ build: "."
+ command: "uwsgi --ini app.ini"
+ environment:
+ FLASK_DEBUG: 1
+ FLASK_ENV: "development"
+ mem_limit: "16g"
+ ports:
+ - "5000:5000"
+ user: "${UID}:${GID}"
+ volumes:
+ - "${PWD}/app/:/var/app/current"
+ - "${PWD}/../resources/libraries/python/jumpavg/:/var/app/current/cdash/jumpavg"
+ - "${HOME}/.aws:/.aws"