Convert app to use Compose file 2

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman
2016-01-25 18:20:23 +00:00
parent 4f9d03c3cc
commit 94c0d7b507
5 changed files with 38 additions and 27 deletions

View File

@ -12,7 +12,7 @@ option_a = os.getenv('OPTION_A', "Cats")
option_b = os.getenv('OPTION_B', "Dogs")
hostname = socket.gethostname()
redis = connect_to_redis("voteapps_redis_1")
redis = connect_to_redis("redis")
app = Flask(__name__)