fix(api): docker compose fix redis volumes
This commit is contained in:
@@ -32,8 +32,8 @@ services:
|
||||
ports:
|
||||
- 6379:6379
|
||||
volumes:
|
||||
- parr_redis_data:/root/redis
|
||||
- parr_redis_config:/usr/local/etc/redis/redis.conf
|
||||
- parr_redis_data:/data
|
||||
- parr_redis_config:/usr/local/etc/redis
|
||||
environment:
|
||||
- REDIS_PASSWORD=ParrP@ssPtk202MMdevDvs
|
||||
- REDIS_PORT=6379
|
||||
@@ -43,17 +43,6 @@ services:
|
||||
networks:
|
||||
parr-network:
|
||||
|
||||
#REDIS ADMIN
|
||||
redisinsight:
|
||||
image: redislabs/redisinsight:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 8001:8001
|
||||
deploy:
|
||||
replicas: 1
|
||||
networks:
|
||||
parr-network:
|
||||
|
||||
networks:
|
||||
parr-network:
|
||||
driver: overlay
|
||||
|
||||
Reference in New Issue
Block a user