1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-01-14 04:35:54 +02:00
v8-1c-cluster-pde/caddy/Caddyfile
2021-12-29 12:31:50 +03:00

29 lines
432 B
Caddyfile

:9090 {
basicauth / {$ADMIN_USER} {$ADMIN_PASSWORD}
proxy / prometheus:9090 {
transparent
}
errors stderr
tls off
}
:3000 {
proxy / grafana:3000 {
transparent
websocket
}
errors stderr
tls off
}
:9091 {
basicauth / {$ADMIN_USER} {$ADMIN_PASSWORD}
proxy / pushgateway:9091 {
transparent
}
errors stderr
tls off
}