Nginx automatic failover load balancing
See nginx-conf/nginx.conf for nginx cofig
docker compose starts two httpd services
Stop service1 and nginx will redirect all requests to servise2
Then start service1 and nginx will redirect requests to both service1 and service2