Commit a868f0064bd9a546e545f424efd937d873134717

Authored by Igor Kulikov
1 parent 4f92af63

Update MSA docker readme

Showing 1 changed file with 2 additions and 2 deletions
@@ -13,9 +13,9 @@ Before performing initial installation you can configure the type of database to @@ -13,9 +13,9 @@ Before performing initial installation you can configure the type of database to
13 In order to set database type change the value of `DATABASE` variable in `.env` file to one of the following: 13 In order to set database type change the value of `DATABASE` variable in `.env` file to one of the following:
14 14
15 - `postgres` - use PostgreSQL database; 15 - `postgres` - use PostgreSQL database;
16 -- `cassandra` - use Cassandra database; 16 +- `hybrid` - use PostgreSQL for entities database and Cassandra for timeseries database;
17 17
18 -**NOTE**: According to the database type corresponding docker service will be deployed (see `docker-compose.postgres.yml`, `docker-compose.cassandra.yml` for details). 18 +**NOTE**: According to the database type corresponding docker service will be deployed (see `docker-compose.postgres.yml`, `docker-compose.hybrid.yml` for details).
19 19
20 Execute the following command to create log folders for the services and chown of these folders to the docker container users. 20 Execute the following command to create log folders for the services and chown of these folders to the docker container users.
21 To be able to change user, **chown** command is used, which requires sudo permissions (script will request password for a sudo access): 21 To be able to change user, **chown** command is used, which requires sudo permissions (script will request password for a sudo access):