Skip to content

Commit

Permalink
Updated readme to include redis
Browse files Browse the repository at this point in the history
  • Loading branch information
timurishmuratov7 committed Jul 16, 2024
1 parent c686e35 commit 7841379
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For example, you can ask
To enable biobuddy run this command when starting nolabs:

```shell
$ ENABLE_BIOBUDDY=true docker compose up nolabs mongo
$ ENABLE_BIOBUDDY=true docker compose up nolabs mongo redis
# mongo is required
```

Expand Down Expand Up @@ -101,8 +101,9 @@ $ docker login ghcr.io -u username -p ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If you want to run a single feature **(recommended)**

```bash
$ docker compose up nolabs mongo
# mongo is required
$ docker compose up nolabs mongo redis
# mongo and redis are required
$ docker compose up esmfold_light
$ docker compose up diffdock
$ docker compose up p2rank
...
Expand Down

0 comments on commit 7841379

Please sign in to comment.