mozilla / taar-lite

A lightweight version of the TAAR service intended for specific deployments with reduced feature visibility.
Mozilla Public License 2.0
2 stars 6 forks source link

The hostname for the redis cache is currently hardcoded to 'redis' #26

Closed crankycoder closed 6 years ago

crankycoder commented 6 years ago

Docker sets the hostname for each image to be the service name.

I've currently hardcoded the redis hostname to be 'redis' which should really be broken out using something like decouple https://github.com/henriquebastos/python-decouple/

crankycoder commented 6 years ago

redis was removed entirely