Skip to content

Commit

Permalink
[backend] fix redis volumes (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
yance-dev authored May 13, 2022
1 parent 6a5807f commit dd6481b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.labelfree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ services:
restart: always

label_redis:
image: bitnami/redis:5.0.4
environment:
REDIS_PASSWORD: ${MYSQL_ROOT_PASSWORD}
image: redis:5.0.4
command: redis-server --appendonly yes --requirepass ${MYSQL_ROOT_PASSWORD}
volumes:
- ${YMIR_PATH}/labelfree/redis-persistence:/bitnami/redis/data
- ${YMIR_PATH}/labelfree/redis-data:/data
networks:
- labelfreenetwork
restart: always
Expand Down

0 comments on commit dd6481b

Please sign in to comment.