Add Telegram relay for photo alerts

This commit is contained in:
g4st3r
2026-03-07 21:23:49 +00:00
parent c28e51e07f
commit 1a9d637d53
4 changed files with 146 additions and 18 deletions

View File

@@ -97,6 +97,21 @@ services:
ports:
- "9115:9115"
telegram-relay:
image: python:3.12-slim
restart: unless-stopped
env_file:
- ./.env
environment:
- GRAFANA_BASE=https://grafana.g4st3r.ru
- PROM_BASE=https://prometheus.g4st3r.ru
volumes:
- ./telegram-relay:/app:ro
working_dir: /app
command: ["/bin/sh","-lc","pip install -r requirements.txt && python app.py"]
ports:
- "8088:8088"
volumes:
prometheus-data:
grafana-data: