Skip to content

Request Tracker image for Docker with some opinionated defaults

Notifications You must be signed in to change notification settings

darkpixel/request-tracker-docker

Repository files navigation

Quick Setup

Env

DATABASE_NAME: "rt"
DATABASE_HOST: "some-postgres-instance"
DATABASE_PORT: "25060"
DATABASE_USER: "rt"
DATABASE_PASSWORD: "secret123"
RT_NAME: "example.tld"
OWNER_EMAIL: "[email protected]"
WEB_DOMAIN: "help.example.tld"
WEB_URL: "https://help.example.tld/"
WEB_BASE_URL: "https://help.example.tld"
CORRESPOND_ADDRESS: "[email protected]"
COMMENT_ADDRESS: "[email protected]"
WEB_PORT: "80"
LOGO_URL: "https://example.tld/assets/mylogo.png"
LOGO_LINK_URL: "https://example.tld"
TIMEZONE: "America/Los_Angeles"
WEB_SECURE_COOKIES: "1"
MAIL_HOST: "smtp.example.tld"
MAIL_PORT: "587"
MAIL_USER: "[email protected]"
MAIL_PASS: "supersecret"
MAIL_FETCH_LOGIN: "[email protected]"
MAIL_FETCH_PASSWORD: "secret321"
MAIL_FETCH_FOLDER: "INBOX"
MAIL_FETCH_COMMENT_FOLDER: "COMMENT"
MAIL_FETCH_QUEUE: 'general'
EMAIL_SQUELCH_LIST: '[email protected]'
WEB_BASE_URL_INTERNAL: "http://help.example.tld"

About

Request Tracker image for Docker with some opinionated defaults

Resources

Stars

Watchers

Forks

Packages