How to install
Hermes can be deployed easily using Docker Compose, allowing for a modular and scalable setup. Since the entire system is containerized, all dependencies and services are managed automatically, making
Docker compose
Clone the project from GitHub
Adding required files to run Hermes
hermes_notifier/firebase_credentials.json:
Firebase key required for the notification system. You can generate it by going to:Firebase console
Project settings
Service account
Generate new private key
.env:
File containing sensitive information. An example:
Run Hermes
Stop Hermes
Last updated