1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-03-19 21:07:45 +02:00

29 lines
432 B
Caddyfile
Raw Normal View History

2021-12-28 23:06:33 +03:00
:9090 {
basicauth / {$ADMIN_USER} {$ADMIN_PASSWORD}
proxy / prometheus:9090 {
transparent
}
errors stderr
tls off
}
:3000 {
proxy / grafana:3000 {
transparent
websocket
}
2021-12-29 12:31:50 +03:00
errors stderr
tls off
}
:9091 {
basicauth / {$ADMIN_USER} {$ADMIN_PASSWORD}
proxy / pushgateway:9091 {
transparent
}
2021-12-28 23:06:33 +03:00
errors stderr
tls off
}