I’ve followed all the instructions in the forums that I can find for ensuring that Redis is activated and ready to receive connections, but it never seems to be available. Ubuntu 14.04 (Trusty) is selected, and I’ve been rebuilding by pushing to Github.
This just results in the following line, until it times out
2017/12/28 21:07:28 Problem with dial: dial tcp 127.0.0.1:6379: getsockopt: connection refused. Sleeping 1s
Thank you for any help you can provide getting Redis working.
I don’t know Redis, but is there a console command you can use to test it? If so, run your build with the SSH option, and then you can debug it at leisure. Check to see if it is still running, and if there are any start-up error logs generated.
If you wish to use redis you should add it as a service using the official docker container just like you are doing with postgresql. Something like this should work.