developius / dockercon-monitor

A Raspberry Pi based monitor for the Swarm!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockercon-monitor

A Raspberry Pi based monitor for the Swarm!

Running

Create a .env file in the current directory with these lines, then save & close it:

REDIS_HOST=<redis host>
REDIS_PASSWD=<redis password>

docker run -ti --privileged --device /dev/gpiomem:/dev/gpiomem --env-file .env --restart=always developius/swarm-app-monitor:latest

Note: requires a running redis instance at <redis host> with password <redis password>

Building (optional)

docker build -t developius/swarm-app-monitor .

About

A Raspberry Pi based monitor for the Swarm!

License:MIT License


Languages

Language:Python 100.0%