Added Dockersupport. See README_DOCKER.md for further instructions.

This commit is contained in:
Benjamin Meichsner 2015-04-26 15:20:05 +02:00
parent 8fca19a2a1
commit 83dd18eaa7
6 changed files with 133 additions and 1 deletions

View file

@ -0,0 +1,2 @@
# Initializer to configure resque daemon
Resque.redis = ENV.fetch("REDIS_URL", "redis://localhost:6379")