Skip to content

Commit

Permalink
Change redismod docker to redis-stack-server (#2556)
Browse files Browse the repository at this point in the history
* Change redismod docker to redis-stack-server

* redis-stack-server

* syntax

* Update tox.ini

* fetching docker from redis repo

Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
  • Loading branch information
dvora-h and chayim committed Jan 19, 2023
1 parent 8592cac commit 18560b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Expand Up @@ -92,9 +92,9 @@ healtcheck_cmd = python -c "import socket;print(True) if 0 == socket.socket(sock
volumes =
bind:rw:{toxinidir}/docker/redis6.2/sentinel/sentinel_3.conf:/sentinel.conf

[docker:redismod]
name = redismod
image = redislabs/redismod:edge
[docker:redis_stack]
name = redis_stack
image = redis/redis-stack-server:edge
ports =
36379:6379/tcp
healtcheck_cmd = python -c "import socket;print(True) if 0 == socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect_ex(('127.0.0.1',36379)) else False"
Expand Down Expand Up @@ -279,7 +279,7 @@ docker =
sentinel_2
sentinel_3
redis_cluster
redismod
redis_stack
stunnel
extras =
hiredis: hiredis
Expand Down

0 comments on commit 18560b4

Please sign in to comment.