Docker: Add lubelogger

This commit is contained in:
Marko Korhonen 2025-06-16 23:35:18 -05:00
parent 45a24d11e9
commit b23b617b95
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 28 additions and 0 deletions

View file

@ -157,6 +157,11 @@ korhonen.cc, *.korhonen.cc {
respond {remote_host}
}
@lubelogger host lubelogger.korhonen.cc
handle @lubelogger {
reverse_proxy lubelogger:8080
}
handle {
respond "404 Not Found" 404
}