Grokzen / docker-redis-cluster

Dockerfile for Redis Cluster (redis 3.0+)
MIT License
1.47k stars 550 forks source link

Can I run a Redis cluster without a ".conf "configuration file like Mariadb Galera and just configure it all in the docker-comemater.yml file? #135

Closed Conmi-WhiteJoker closed 2 years ago

Conmi-WhiteJoker commented 3 years ago

I am an independent entrepreneur, and it takes a lot of time for operation and maintenance due to lack of manpower in the early stage. The cluster of Redis needs to create conf file and write docker-compose. yml file before deployment, so the operation needs to be repeated every time a host is added to the cluster. I was wondering if I could do all the configuration with only one docker-compose. yml like "bitnami/mariadb-galera", so I could just change the cluster ID of each host I added to the cluster to solve the deployment problem.

Grokzen commented 2 years ago

@Conmi-WhiteJoker No i do not think you can do it like that. I do not know how mariadb-galeria docker image works tho so you will have to test this image and find out for yourself.