Updates for stack deployment

This commit is contained in:
Patrick Jentsch
2019-12-02 11:06:46 +01:00
parent 6317a479f5
commit da2f7f6c7d
2 changed files with 9 additions and 13 deletions

View File

@ -23,7 +23,7 @@ def create_app(config_name):
db.init_app(app)
login_manager.init_app(app)
mail.init_app(app)
socketio.init_app(app, message_queue='redis://redis:6379')
socketio.init_app(app, message_queue='redis://redis:6379/')
from . import events