Skip to content

Commit

Permalink
change the docker image for redis-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Sep 20, 2023
1 parent 85e8677 commit aff6f54
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests_deployment/docker-compose.integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ services:
- 6379:6379

redis1:
image: redis:6
command: "--requirepass password --user username1 on >password ~* allcommands --user default off nopass nocommands"
image: redis/redis-stack:6.2.6-v7
restart: always
environment:
REDIS_ARGS: "--requirepass password --user username1 on >password ~* allcommands --user default off nopass nocommands"
ports:
- "8001:8001"
- "6380:6379"

postgres:
Expand Down

0 comments on commit aff6f54

Please sign in to comment.