mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
Update docker-compose.yml
This commit is contained in:
parent
62c15cc2ac
commit
70a45b2f5d
@ -15,9 +15,9 @@ services:
|
|||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis-conf/redis_cache.conf:/etc/conf.d/redis.conf
|
- ./redis-conf/:/etc/conf.d/
|
||||||
|
|
||||||
command: ["redis-server","/etc/conf.d/redis.conf"]
|
command: ["redis-server","/etc/conf.d/redis_cache.conf"]
|
||||||
|
|
||||||
container_name: redis-cache
|
container_name: redis-cache
|
||||||
|
|
||||||
@ -25,9 +25,9 @@ services:
|
|||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis-conf/redis_queue.conf:/etc/conf.d/redis.conf
|
- ./redis-conf/:/etc/conf.d/
|
||||||
|
|
||||||
command: ["redis-server","/etc/conf.d/redis.conf"]
|
command: ["redis-server","/etc/conf.d/redis_queue.conf"]
|
||||||
|
|
||||||
container_name: redis-queue
|
container_name: redis-queue
|
||||||
|
|
||||||
@ -35,9 +35,9 @@ services:
|
|||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis-conf/redis_socketio.conf:/etc/conf.d/redis.conf
|
- ./redis-conf/:/etc/conf.d/
|
||||||
|
|
||||||
command: ["redis-server","/etc/conf.d/redis.conf"]
|
command: ["redis-server","/etc/conf.d/redis_socketio.conf"]
|
||||||
|
|
||||||
container_name: redis-socketio
|
container_name: redis-socketio
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user