added docker continers to track server usage of docker containers

This commit is contained in:
2021-02-02 22:38:36 +04:00
parent 6b7abe989d
commit 67fc7ebc63
34 changed files with 7795 additions and 11 deletions

View File

@@ -0,0 +1,36 @@
:9090 {
proxy / prometheus:9090 {
transparent
}
errors stderr
tls off
}
:9093 {
proxy / alertmanager:9093 {
transparent
}
errors stderr
tls off
}
:9091 {
proxy / pushgateway:9091 {
transparent
}
errors stderr
tls off
}
:3000 {
proxy / grafana:3000 {
transparent
websocket
}
errors stderr
tls off
}