fixup! feat: read syslog

This commit is contained in:
2026-06-02 20:19:45 -03:00
parent 31cabc36ae
commit dd0a0c1bb0
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ SECRET_BASIC_AUTH_VERSION=v1
# Enable this on syslogd hosts and configure the syslogd to send logs to
# Alloy on port 514/tcp
# SYSLOG=1
# COMPOSE_FILE="$COMPOSE_FILE:compose.syslog.yml"
# Enable this to send metrics to a Prometheus server, adapt DOMAIN if
# server is remote
+6
View File
@@ -0,0 +1,6 @@
---
version: "3.8"
services:
app:
ports:
- "514:514"