Added automatic workflows for building and updating version-specific images
The PR creates several new workflow setup files that are used to automatically build and refresh different versions of our service images, including Elasticsearch, Nginx, Opensearch, PHP, and RabbitMQ. Whenever code changes for each type of service and version, a corresponding process will run, building a new image and pushing it to the repository.
Version updates for PHP service images
The existing PHP images have been updated. More specifically, the PR changes their associated tags, effectively creating new versions for our service based on the PHP code base.
Introduced changes to Nginx, Opensearch, PHP, and RabbitMQ configurations
To improve efficient operations and customization potential, modifications were made to various service configuration files. This will affect how we deploy and manage our services.
PR Summary
Added automatic workflows for building and updating version-specific images The PR creates several new workflow setup files that are used to automatically build and refresh different versions of our service images, including Elasticsearch, Nginx, Opensearch, PHP, and RabbitMQ. Whenever code changes for each type of service and version, a corresponding process will run, building a new image and pushing it to the repository.
Version updates for PHP service images The existing PHP images have been updated. More specifically, the PR changes their associated tags, effectively creating new versions for our service based on the PHP code base.
Introduced changes to Nginx, Opensearch, PHP, and RabbitMQ configurations To improve efficient operations and customization potential, modifications were made to various service configuration files. This will affect how we deploy and manage our services.