my hubot rocket.chat adapter works well except for every time i started hubot, I had to reset the following items:
export ROCKETCHAT_USER=bot
export ROCKETCHAT_PASSWORD=bot
export ROCKETCHAT_AUTH=password
export HUBOT_YOUTUBE_API_KEY=<your token>
I get the feel hubot is not really responding to redis that i installed. I do have hubot-redis-brain installed as well. Is there any other setting I need to do in order to make it work? Or should i just re-install the whole thing? what might be the possible reason?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Please follow the instructions below - How to run hubot?
ROCKETCHAT_URL=xxx.xxx.xxx.xxx:3000 change it to - ROCKETCHAT_URL=rocketchat:3000. You should connect to hubot through the link in the containers.hubot-rocketchat:latest with Rocket.Chat version above 0.37How to customize with your own scrips?
volumes: to your docker-compose.yml. If you had your custom scripts inside a scripts folder, in the same directory as docker-compose.yml, you’d add it like this:
volumes: - ./scripts:/home/hubot/scripts
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.