Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(automation): Simplify docker compose files (#5657)
* Remove redis cluster docker files * Remove unused Docker Compose files These Docker Compose files are no longer in use by the application. It is beneficial to maintain clarity and cleanliness of the repository by removing them. * Update docker compose and environment files for development setup The docker compose file for local development setup now utilizes environment variables for port numbers. This makes it easier for developers to use custom port numbers without modifying the docker-compose file directly. Moreover, a readme file was updated to provide instructions for setting up the local development environment. The name of the docker compose file was also changed for consistency. * Move docker-compose.monitoring.yml to deployment directory The docker-compose file specific for monitoring has been relocated from the development directory to the deployment directory. This reorganization reflects its purpose more accurately. * Update docker/local/development/docker-compose.yml Co-authored-by: Sokratis Vidros <SokratisVidros@users.noreply.github.com> * Update docker/local/development/docker-compose.yml Co-authored-by: Sokratis Vidros <SokratisVidros@users.noreply.github.com> * Update docker/local/development/docker-compose.yml Co-authored-by: Sokratis Vidros <SokratisVidros@users.noreply.github.com> * Refactor and clean up Docker configuration files This commit streamlines Docker configuration files by consolidating and removing redundant docker-compose.yml from specific subdirectories. Also, the README.md files have been updated to reflect the changes made to the .env file path and docker-compose command. Necessary information about running Docker in ARM only mode has been added to the enterprise Readme file. --------- Co-authored-by: Sokratis Vidros <SokratisVidros@users.noreply.github.com>
- Loading branch information