the software subscribes to a mqtt topic and notifys me when the hackerspace is open with push notifications from pushover
make a folder with .env and docker-compose.yml file provided in this repo. .env file sould contain these vaiables
MQTT_BROKER=yourbrokerhost
MQTT_USERNAME=Mqtt broker username
MQTT_PASSWORD=password for your broker
MQTT_PORT=1883
MQTT_TOPIC=topic
PUSHOVER_USER=your user api key
PUSHOVER_TOKEN=Your application token
DISCORD_WEBHOOK=Webhook url
DISCORD_USERNAME=username for the webhook
DISCORD_ROLE_ID=<@&ROLE_ID_Here>
To start the container run this command in the directory with the docker-compose file
docker-compose up -d