Custom Nginx container
https://github.com/EqualifyEverything/nginx-proxy.git
This custom nginx container is designed to act as a load balancer for the a11y-proxy service in your Docker Compose deployment. The container is built on top of the official nginx image and includes a custom nginx.conf configuration file.
Ensure that you have the following files in your project directory:
Dockerfile: Custom Dockerfile for building the nginx containernginx.conf: Custom nginx configuration fileThe nginx.conf configuration file is embedded in the custom nginx container. To modify the load balancer configuration, edit the nginx.conf file and rebuild the container using the docker-compose up --build command.