Merge branch 'hotfix/1.0.3' into develop

# Conflicts:
#	config/cable.yml
#	docs/development/environment-setup/docker.md
This commit is contained in:
sony-mathew
2020-01-26 22:51:39 +05:45
7 changed files with 39 additions and 6 deletions

View File

@@ -11,7 +11,8 @@ After cloning the repo and installing docker on your machine, run the following
cp .env.example .env
```
Make changes to the `.env` file as required. [Optional]
Make changes to the `.env` file as required [Optional]. If you want to set the password for redis when you run
docker-compose, set any string value to the environment variable `REDIS_PASSWORD` in the `.env` file. which will secure the redis running inside docker-compose with this password. This will be automatically picked up by app server and sidekiq, to authenticate while making connections to redis server.
```bash
docker-compose build