Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image for the SCM harvester service

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages