dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.65k stars 10.57k forks source link

feat: adding REDIS_HOST and POSTGRES_HOST option from env #371

Open candonov opened 4 weeks ago

candonov commented 4 weeks ago

Fixes: https://github.com/dockersamples/example-voting-app/issues/370 Tested on EKS cluster with ElastiCache Redis and RDS Postgres instance.