This commit is contained in:
Christian Mäder 2020-10-18 15:36:50 +02:00 committed by Christian Mäder
parent f46d8a7782
commit 6ac65a64c9
1 changed files with 1 additions and 1 deletions

View File

@ -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: