Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-diskover-web

Diskover-web Docker image

What's this?

This is a Docker image to stand up the web front-end of Diskover

How to get started

  1. Git clone to desired host
mkdir ~/Docker
cd ~/Docker
git clone https://github.com/scr512/docker-diskover-web.git
  1. Build image
docker build --no-cache -t scr512/docker-diskover-web ~/Docker/docker-diskover-web
  1. Run

ES_HOST must be set to your remote Elasticsearch host

docker run -d --restart=always --name docker-diskover-web -p 8081:8081 -e ES_HOST=elasticsearch.domain.com scr512/docker-diskover-web
  • Docker build example above assumes you always want the latest and greatest release of diskover-web

Other things

  • Base image is using Phusion base image
  • However I use supervisord rather than runit... It's a preference thing.

About

Diskover-web Docker image

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages