Skip to content

Service Deployment

Alexander N. Sedelnikov edited this page Sep 21, 2017 · 1 revision

Deployment Diagram

Deployment UML

Getting ready

To deploy a verification service, you should prepare and install any Docker environment, and then use configuration environments variables (REDIS_HOST, REDIS_PORT, AUTH_API_URL, MAIL_DRIVER, and etc) to run a docker container (after successfully assembling of the verification service image).

Note. This service works with tight coupling of the "backend-auth" service. All communications perform through HTTP or TCP (for Redis) channels.

Clone this wiki locally