We will use this resource to deploy our web resource PlantGenIE.se. It is a project which provides access to published research data for researchers interested in tree genomics. The application is in active development, but will provide a REST API for users to query data, along with a React frontend which will allow users to create lists of genes of interest and perform various operations on them e.g. plot heatmaps and networks. A couple utilities are also available, BLAST and GO enrichment analysis, which require slightly longer running jobs. A worker queue using rabbitmq, redis and celery (a python library) is utilized. Jobs are submitted via the REST API, as well as polling and retrieval of results.