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