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

SmartDeveloperHub/sdh-scm-harvester-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages