Skip to content

Commit

Permalink
Merge pull request #174 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
New environment variable: REDIS_PASSWORD
  • Loading branch information
gabrielrufino authored Aug 17, 2023
2 parents 6538297 + 3e03e06 commit e6eb52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ services:
container_name: ${REDIS_CONTAINER_NAME-}
ports:
- 6379:6379
command: redis-server --requirepass "${REDIS_PASSWORD-}"
restart: ${REDIS_RESTART_POLICY-no}
redisinsight:
image: redislabs/redisinsight:${REDISINSIGHT_VERSION-1.14.0}
Expand Down
1 change: 1 addition & 0 deletions docs/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ docker compose up -d redis
| -------------------- | ----------- |
| REDIS_VERSION | 7.0.5 |
| REDIS_CONTAINER_NAME | |
| REDIS_PASSWORD | |
| REDIS_RESTART_POLICY | no |

0 comments on commit e6eb52a

Please sign in to comment.