mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
remove of some inconsistency in the docker compose examples (#63)
Co-authored-by: Sven Förster <acc_gitlab@svfo.de>
This commit is contained in:
@@ -9,16 +9,17 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
- "REPORT_DB_TYPE=pgsql"
|
||||
- "REPORT_DB_PORT=5432"
|
||||
- "REPORT_DB_NAME=dmarc_report"
|
||||
- "REPORT_DB_USER=dmarc_report"
|
||||
- "REPORT_DB_PASS=${DMARC_DB_PASSWORD}"
|
||||
- "REPORT_DB_HOST=${DB_HOST:-db}"
|
||||
- "REPORT_DB_TYPE=${DB_TYPE:-mysql}"
|
||||
- "REPORT_DB_PORT=${DB_PORT:-3306}"
|
||||
- "REPORT_DB_NAME=${DB_NAME:-dmarc_report}"
|
||||
- "REPORT_DB_USER=${DB_USER:-dmarc_report}"
|
||||
- "REPORT_DB_PASS=${DB_PASSWORD}"
|
||||
- "PARSER_IMAP_SERVER=${IMAP_SERVER}"
|
||||
- "PARSER_IMAP_PORT=${IMAP_PORT:-993}"
|
||||
- "PARSER_IMAP_USER=${DMARC_EMAIL}"
|
||||
- "PARSER_IMAP_PASS=${DMARC_PASSWORD}"
|
||||
- "PARSER_IMAP_READ_FOLDER=Inbox"
|
||||
- "PARSER_IMAP_USER=${IMAP_USER}"
|
||||
- "PARSER_IMAP_PASS=${IMAP_PASSWORD}"
|
||||
- "PARSER_IMAP_READ_FOLDER=${IMAP_READ_FOLDER:-Inbox}"
|
||||
- "PARSER_IMAP_MOVE_FOLDER=${IMAP_MOVE_FOLDER:-processed}"
|
||||
- "PARSER_IMAP_MOVE_FOLDER_ERR=${IMAP_MOVE_FOLDER_ERR:-error}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user