Author: sebb Date: Sat Jan 24 13:46:56 2026 New Revision: 1931507 Log: Docco
Modified: comdev/reporter.apache.org/trunk/DOCKER.md Modified: comdev/reporter.apache.org/trunk/DOCKER.md ============================================================================== --- comdev/reporter.apache.org/trunk/DOCKER.md Sat Jan 24 13:44:00 2026 (r1931506) +++ comdev/reporter.apache.org/trunk/DOCKER.md Sat Jan 24 13:46:56 2026 (r1931507) @@ -6,7 +6,15 @@ ## Start application -```docker compose up``` +You will need to provide credentials for Jira. +The default user name is ```githubbot```. +This can be overridden if you don't have its password. + +``` +export REPORTER_JIRA_USER=username +export REPORTER_JIRA_PASSWORD=password +docker compose up +``` Browse to ```http://localhost/``` @@ -27,4 +35,14 @@ Gunicorn output to stdout To start the app: -```docker-config/start-reporter.sh``` +[Remember to provide the jira credentials!] + +``` +export REPORTER_JIRA_USER=username +export REPORTER_JIRA_PASSWORD=password +docker-config/start-reporter.sh +``` + +## stop the container and remove it + +```docker container down```
