dimitrisr / opsdash-docker

Dockerfile for the OpsDash Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License