🎬 ARR Suite Template Bootstrap - Complete Media Automation Stack Features: - 16 production services (Prowlarr, Sonarr, Radarr, Plex, etc.) - One-command Ansible deployment - VPN-protected downloads via Gluetun - Tailscale secure access - Production-ready security (UFW, Fail2Ban) - Automated backups and monitoring - Comprehensive documentation Ready for customization and deployment to any VPS. Co-authored-by: openhands <openhands@all-hands.dev>
9 lines
300 B
Django/Jinja
9 lines
300 B
Django/Jinja
# Docker logging configuration
|
|
# Log Docker daemon messages to separate file
|
|
:programname, isequal, "dockerd" /var/log/docker.log
|
|
& stop
|
|
|
|
# Log container messages to separate files
|
|
$template DockerLogFormat,"/var/log/docker/%programname%.log"
|
|
:syslogtag, startswith, "docker/" ?DockerLogFormat
|
|
& stop |