forked from coop-cloud/monitoring-ng
fixup! feat: read syslog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "514:514"
|
||||
Reference in New Issue
Block a user