Fix test
This commit is contained in:
parent
f46d8a7782
commit
6ac65a64c9
|
@ -36,7 +36,7 @@ services:
|
|||
- sh
|
||||
- -c # this is to evaluate the $REDIS_PASSWORD from the env
|
||||
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
|
||||
env_file: env/redis.env
|
||||
env_file: env/redis-worker.env
|
||||
redis-cache:
|
||||
image: redis:6-alpine
|
||||
command:
|
||||
|
|
Loading…
Reference in New Issue