feat(docs): Unify path in cdash
[csit.git] / csit.infra.dash / docker-compose.yaml
1 version: "3.7"
2 services:
3   cdash:
4     build: "."
5     command: "uwsgi --ini app.ini"
6     environment:
7       FLASK_DEBUG: 1
8       FLASK_ENV: "development"
9     mem_limit: "6g"
10     ports:
11       - "5000:5000"
12     user: "${UID}:${GID}"
13     volumes:
14       - "${PWD}/app/:/var/app/current"
15       - "${PWD}/../resources/libraries/python/jumpavg/:/var/app/current/cdash/jumpavg"
16       - "${HOME}/.aws:/.aws"