/sdh-scm-harvester-docker

Docker image for the SCM harvester service

Primary LanguageShellApache License 2.0Apache-2.0

SDH SCM Harvester Docker

Deploying and executing the SCM Harvester Frontend of the Smart Developer Hub project with Docker.

Usage instructions

Building the Docker image

The first step consists in building the image defined by Dockerfile in the repository's root directory:

docker build -t sdh/scm-harvester .

Running the container

In order to run the SCM Harvester Frontend it is necessary to define several environment variables:

Taking all of this into account a container could be executed as follows:

docker run -e "HTTP_PORT=8088" \
           -e "TARGET=http://gitlab_enhancer.smartdeveloperhub.org:5000/api" \
           -p 8088:8088 \
           --name sdh-scm-harvester
           sdh/scm-harvester

License

SDH-SCM-Harvester-Docker is distributed under the Apache License, version 2.0.