web: gunicorn run:app --bind 0.0.0.0:$PORT --workers 4 --timeout 120 --log-level info release: flask db upgrade