hubotio / hubot-redis-brain

A hubot script to persist hubot's brain using redis
69 stars 55 forks source link

Does not work inside docker #32

Closed danielo515 closed 1 year ago

danielo515 commented 7 years ago

Hello,

I am trying to use this module in a hubot that is packed inside a docker container, but it is not working. If I run the bot on my machine (a MacBook Pro) it runs perfectly and connects to redis, however, when I put the same bot inside a docker container it gets a weird error about _ref.toString is not a function. This is the only module of the bot that does not work inside a docker container, if I remove it the bot works perfectly inside the docker container.

Thanks in advance

dgershman commented 7 years ago

What is REDIS_URL pointing to?

joeyguerra commented 1 year ago

Stale.