cleanup and add alloy
This commit is contained in:
26
server/Caddyfile
Normal file
26
server/Caddyfile
Normal 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
|
||||
}
|
Reference in New Issue
Block a user