This is a Dockefile to easily setup the OpsDash-Server with docker.
- Create an account on OpsDash.
- Login to OpsDash and download the current
.dep
-file for the server into thedep
-directory (you can only download the file if you are logged in). At the time of writing this isdep/opsdash-server_1.6_amd64.deb
. - Change the config in
server.cfg
to your needs.
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
docker-compose -p opsdash-server build
docker-compose -p opsdash-server up