Redis – How to use environment variables in docker-compose in production?
How exactly do we specify the environment variable for docker-compose in the production environment? For example, below is a snippet of how I have specified my env variables in my current docker-compose file of the development environment: environment: - REDIS_HOST=redis…