With Nginx and MongoDB

Overview

This deployment is based on two docker images:

  1. https://hub.docker.com/r/faloker/purify-nginxarrow-up-right

    1. serve static files (vue frontend)

    2. provide https

    3. serve files over http2

Local setup

To start the Purify locally without certificates and other production things, you can do the following:

  1. Clone repository

  2. Run docker-compose -f docker-compose.tests.yml up --build

Configuration

docker-compose

Before deployment you may want to configure a few things in docker-compose file

nginx

You can edit nginx config file to adjust it for your needs. There is a config examplearrow-up-right which is used by default, but in order to use it, you will need to change server_namearrow-up-right options.

Start

Last updated