Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
89748c6927
Adds sidekiq as its own container process.
0e776f25e0
Adds sidekiq Web UI @ /sidekiq . Next shall add sidekiq container to get the daemon rolling.
65a3c97fc8
Adds redis container, this fixes delayed mail error which uses sidekiq/redis, however, emails only go out on test becasue a non-delayed method is utilized. Trying to figure out why the existing is not working.
a5a13930e5
Adds more enlightenment for switching from development to production; adds vim and less to Dockerfile.
79743c1449
Adds development mode, improves the assets, updates the README with helpful information!