cleanup and add alloy

This commit is contained in:
Oliver Atkinson
2025-03-11 15:27:16 -06:00
parent cd4854f2c6
commit 265e30ea7d
7 changed files with 48 additions and 22 deletions

26
server/Caddyfile Normal file
View File

@@ -0,0 +1,26 @@
{
admin :2019
servers :3000 {
name grafana
metrics
}
servers :3001 {
name loki
metrics
}
log debug {
level debug
output file /var/log/caddy/debug.log
}
}
:3000 {
reverse_proxy grafana:3000
}
:3100 {
reverse_proxy loki:3100
}