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

29 lines
432 B
Caddyfile
Raw Normal View History

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