From 7da37607d44ab4f1501ca7dd6e58b4163a4ec32e Mon Sep 17 00:00:00 2001 From: Mendel Greenberg Date: Sun, 20 Jan 2019 07:30:35 -0500 Subject: [PATCH] some more slight name changes --- .../pids/redis_cache.pid | 0 .../pids/redis_queue.pid | 0 .../pids/redis_socketio.pid | 0 conf/{redis-conf => redis-conf.d}/redis_cache.conf | 0 conf/{redis-conf => redis-conf.d}/redis_queue.conf | 0 .../{redis-conf => redis-conf.d}/redis_socketio.conf | 0 docker-compose.yml | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename conf/{redis-conf => redis-conf.d}/pids/redis_cache.pid (100%) rename conf/{redis-conf => redis-conf.d}/pids/redis_queue.pid (100%) rename conf/{redis-conf => redis-conf.d}/pids/redis_socketio.pid (100%) rename conf/{redis-conf => redis-conf.d}/redis_cache.conf (100%) rename conf/{redis-conf => redis-conf.d}/redis_queue.conf (100%) rename conf/{redis-conf => redis-conf.d}/redis_socketio.conf (100%) diff --git a/conf/redis-conf/pids/redis_cache.pid b/conf/redis-conf.d/pids/redis_cache.pid similarity index 100% rename from conf/redis-conf/pids/redis_cache.pid rename to conf/redis-conf.d/pids/redis_cache.pid diff --git a/conf/redis-conf/pids/redis_queue.pid b/conf/redis-conf.d/pids/redis_queue.pid similarity index 100% rename from conf/redis-conf/pids/redis_queue.pid rename to conf/redis-conf.d/pids/redis_queue.pid diff --git a/conf/redis-conf/pids/redis_socketio.pid b/conf/redis-conf.d/pids/redis_socketio.pid similarity index 100% rename from conf/redis-conf/pids/redis_socketio.pid rename to conf/redis-conf.d/pids/redis_socketio.pid diff --git a/conf/redis-conf/redis_cache.conf b/conf/redis-conf.d/redis_cache.conf similarity index 100% rename from conf/redis-conf/redis_cache.conf rename to conf/redis-conf.d/redis_cache.conf diff --git a/conf/redis-conf/redis_queue.conf b/conf/redis-conf.d/redis_queue.conf similarity index 100% rename from conf/redis-conf/redis_queue.conf rename to conf/redis-conf.d/redis_queue.conf diff --git a/conf/redis-conf/redis_socketio.conf b/conf/redis-conf.d/redis_socketio.conf similarity index 100% rename from conf/redis-conf/redis_socketio.conf rename to conf/redis-conf.d/redis_socketio.conf diff --git a/docker-compose.yml b/docker-compose.yml index 92286cde..c6e3cade 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: image: redis:alpine volumes: - - ./conf/redis-conf:/etc/conf.d + - ./conf/redis-conf.d:/etc/conf.d command: ["redis-server","/etc/conf.d/redis_cache.conf"] @@ -30,7 +30,7 @@ services: image: redis:alpine volumes: - - ./conf/redis-conf:/etc/conf.d + - ./conf/redis-conf.d:/etc/conf.d command: ["redis-server","/etc/conf.d/redis_queue.conf"] @@ -40,7 +40,7 @@ services: image: redis:alpine volumes: - - ./conf/redis-conf:/etc/conf.d + - ./conf/redis-conf.d:/etc/conf.d command: ["redis-server","/etc/conf.d/redis_socketio.conf"] @@ -50,9 +50,9 @@ services: frappe: volumes: - ./frappe-bench:/home/frappe/frappe-bench - - ./conf/redis-conf/redis_cache.conf:/home/frappe/frappe-bench/config/redis_cache.conf - - ./conf/redis-conf/redis_queue.conf:/home/frappe/frappe-bench/config/redis_queue.conf - - ./conf/redis-conf/redis_socketio.conf:/home/frappe/frappe-bench/config/redis_socketio.conf + - ./conf/redis-conf.d/redis_cache.conf:/home/frappe/frappe-bench/config/redis_cache.conf + - ./conf/redis-conf.d/redis_queue.conf:/home/frappe/frappe-bench/config/redis_queue.conf + - ./conf/redis-conf.d/redis_socketio.conf:/home/frappe/frappe-bench/config/redis_socketio.conf build: . ports: - "8000:8000" #webserver_port