Update Redis hostname

This commit is contained in:
Dustin Pianalto 2019-12-25 18:02:52 -09:00
parent 6cd5e5ad14
commit eb01d32071

View File

@ -69,7 +69,7 @@ ENV CONN_MAX_AGE 0
# Redis Connection Info # Redis Connection Info
ENV REDIS_DB 0 ENV REDIS_DB 0
ENV REDIS_ENABLED true ENV REDIS_ENABLED true
ENV REDIS_HOST geeksbot-redis ENV REDIS_HOST redis.geeksbot.com
ENV REDIS_PORT 6379 ENV REDIS_PORT 6379