Skip to content

pdaether/opsdash-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpsDash Dockerfile

This is a Dockefile to easily setup the OpsDash-Server with docker.

Install & Setup

  • Create an account on OpsDash.
  • Login to OpsDash and download the current .dep-file for the server into the dep-directory (you can only download the file if you are logged in). At the time of writing this is dep/opsdash-server_1.6_amd64.deb.
  • Change the config in server.cfg to your needs.

Run with docker

Build the docker image:

docker build -t opsdash-server .

Run the container:

docker run -d -p 8080:8080 -p 6273:6273 -p 6273:6273/udp opsdash-server

Run with docker-compose

docker-compose -p opsdash-server build
docker-compose -p opsdash-server up

About

Dockerfile for the OpsDash Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published