Features: Prometheus password protection #2

This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-05 15:39:48 +03:00
parent 30ac2ce0e5
commit 4163606f0c
3 changed files with 4 additions and 1 deletions

View file

@ -136,6 +136,9 @@ services:
- prometheus-data:/prometheus
ports:
- "9090:9090"
command:
- --config.file=/etc/prometheus/prometheus.yml
- --web.config.file=/etc/prometheus/web.yml
depends_on:
- app
- worker

View file

@ -1,2 +1,2 @@
basic_auth_users:
admin: $2b$12$0HraDYmrZnJ089LcH9Vsn.Wv5V5a8oDlucTNm0.5obhULjPyLiYoy
evibes: $2b$12$0HraDYmrZnJ089LcH9Vsn.Wv5V5a8oDlucTNm0.5obhULjPyLiYoy