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
$ git clone https://github.com/matteo-convertino/hermesAdding required files to run Hermes
MARIADB_PASSWORD=
VALKEY_PASSWORD=
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
GOOGLE_CLOUD_PROJECT=Run Hermes
Stop Hermes
Last updated