Skip to content

Commit

Permalink
build: Fixed redis-stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Sep 1, 2023
1 parent d5aa46c commit 9a8fbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3.6'
services:

redis:
image: redis/redis-stack-server
image: redis/redis-stack-server:6.2.6-v9
hostname: redis
container_name: redis
ports:
- "6379:6379"
restart: always

redis-cli:
image: redis/redis-stack-server
image: redis/redis-stack-server:6.2.6-v9
depends_on:
- redis
command: "redis-cli -h redis FT.CREATE beers ON HASH PREFIX 1 beer: SCHEMA id TAG SORTABLE brewery_id TAG SORTABLE name TEXT SORTABLE abv NUMERIC SORTABLE descript TEXT style_name TAG SORTABLE cat_name TAG SORTABLE"
Expand Down

0 comments on commit 9a8fbd5

Please sign in to comment.