Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 2.27 KB

deployment.md

File metadata and controls

30 lines (18 loc) · 2.27 KB
permalink
/deployment.html

System Overview for Deployment

Loc-I System Deployment overview

Application and Backend Docker Images Required

Backend

Component Repo Images
loci-integration-api https://github.com/CSIRO-enviro-informatics/loci-integration-api Main API based on sanicframework/sanic:LTS. Dockerfile ;
Elasticsearch image: docker.elastic.co/elasticsearch/elasticsearch:6.3.1
loci-cache https://github.com/CSIRO-enviro-informatics/loci-cache-scripts/ Cache build docker image (based on ubuntu:18.04). See Dockerfile
loci-geometry-data-service https://github.com/CSIRO-enviro-informatics/loci-geometry-data-service Image name: csiroenvinf/geometry-data-service. See https://hub.docker.com/r/csiroenvinf/geometry-data-service
Image name: kartoza/postgis:12.0

Application

Component Repo Images
loci-explorer https://github.com/CSIRO-enviro-informatics/loci-integration-app Based on node:10. See Dockerfile
loci-excelerator (Excelerator / IderDown) https://github.com/CSIRO-enviro-informatics/loci-excelerator/ No docker deployment yet
loci-notebooks (Jupyter notebooks for Loc-I) https://github.com/CSIRO-enviro-informatics/loci-notebooks Image: Based on jupyter/minimal-notebook. See Dockerfile