TYPE=rocketchat DOMAIN=rocketchat.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.rocketchat.example.com`' LETS_ENCRYPT_ENV=production # https://docs.rocket.chat/guides/administrator-guides/settings-via-env-vars ADMIN_USERNAME=admin ADMIN_EMAIL=rocketchat@example.com ENTRYPOINT_CONF_VERSION=v1 # OAuth with Keycloak #COMPOSE_FILE="compose.yml:compose.oauth.yml" #Accounts_OAuth_Custom-Keycloak-url="https://id.example.com/auth" #Accounts_OAuth_Custom-Keycloak-token_path="/realms/realmname/protocol/openid-connect/token" #Accounts_OAuth_Custom-Keycloak-identity_path="/realms/realmname/protocol/openid-connect/userinfo" #Accounts_OAuth_Custom-Keycloak-authorize_path="/realms/realmname/protocol/openid-connect/auth" #Accounts_OAuth_Custom-Keycloak-id="rocketchat" #OAUTH_KEY_VERSION=v1 # SMTP #COMPOSE_FILE="compose.yml:compose.mailrelay.yml" #SMTP_HOST="postfix_relay_app" #FROM_EMAIL="rocketchat@example.com"