install Redis without docker
Hello sir! I am new to the railway. I need to run a redis server. I have no container based application. It's a django app and i need redis installed.
Solution:Jump to solution
You can install redis by right clicking inside of your project, then clicking on "Databases" and you should then see a Redis option
this will spin of a Redis database for you which you can connect to from your app...
4 Replies
Project ID:
N/A
NA
Solution
You can install redis by right clicking inside of your project, then clicking on "Databases" and you should then see a Redis option
this will spin of a Redis database for you which you can connect to from your app
( btw, all apps on Railway are containerized, if you don't provide a Dockerfile then Railway will just build the docker image for you )