This is an Nginx Docker container meant to sit in front of multiple front end apps. It is set up to be parameterized based on different environments via multiple .env
files.
Install Docker and Docker Compose
Run the appropriate shell script in the scripts/
directory.
E.g. for the local environment run ./scripts/local.sh
.