You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to evaluate this project to use in my project. It looks very promising. With my limited knowledge of rails ecosystem it's quite a struggle to start this even locally not to mention deploying to prod like environment.
In my case I cannot install redis or postgressql on my local machine so I'm using docker version of those that runs on virtualbox docker-machine. This requires to specify DATABASE_URL and REDIS_URL to both rails and sidekiq configuration.
Having docker-compose file that could be use as reference would be great help.
I can try to dockerize this project but will need some help in order to understand how to pass redis and postgresql connection strings to rails/sidekiq.
The text was updated successfully, but these errors were encountered:
I'm trying to evaluate this project to use in my project. It looks very promising. With my limited knowledge of rails ecosystem it's quite a struggle to start this even locally not to mention deploying to prod like environment.
In my case I cannot install redis or postgressql on my local machine so I'm using docker version of those that runs on virtualbox docker-machine. This requires to specify DATABASE_URL and REDIS_URL to both rails and sidekiq configuration.
Having docker-compose file that could be use as reference would be great help.
I can try to dockerize this project but will need some help in order to understand how to pass redis and postgresql connection strings to rails/sidekiq.
The text was updated successfully, but these errors were encountered: