Author: sebb
Date: Thu Feb 5 15:44:49 2026
New Revision: 1931722
Log:
Report error if password not provided
Modified:
comdev/reporter.apache.org/trunk/compose.yml
Modified: comdev/reporter.apache.org/trunk/compose.yml
==============================================================================
--- comdev/reporter.apache.org/trunk/compose.yml Thu Feb 5 08:30:19
2026 (r1931721)
+++ comdev/reporter.apache.org/trunk/compose.yml Thu Feb 5 15:44:49
2026 (r1931722)
@@ -8,6 +8,6 @@ services:
- ./docker-data/logs:/var/log/apache2
environment:
REPORTER_JIRA_USER: ${REPORTER_JIRA_USER:-githubbot}
- REPORTER_JIRA_PASSWORD: ${REPORTER_JIRA_PASSWORD}
+ REPORTER_JIRA_PASSWORD: ${REPORTER_JIRA_PASSWORD:?}
ports:
- 80:80