Add Telegram relay for photo alerts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user