Features: Prometheus password protection #2
This commit is contained in:
parent
30ac2ce0e5
commit
4163606f0c
3 changed files with 4 additions and 1 deletions
|
|
@ -136,6 +136,9 @@ services:
|
||||||
- prometheus-data:/prometheus
|
- prometheus-data:/prometheus
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
|
command:
|
||||||
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
|
- --web.config.file=/etc/prometheus/web.yml
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
- worker
|
- worker
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
basic_auth_users:
|
basic_auth_users:
|
||||||
admin: $2b$12$0HraDYmrZnJ089LcH9Vsn.Wv5V5a8oDlucTNm0.5obhULjPyLiYoy
|
evibes: $2b$12$0HraDYmrZnJ089LcH9Vsn.Wv5V5a8oDlucTNm0.5obhULjPyLiYoy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue