logging for fail2ban

This commit is contained in:
decentral1se 2022-08-16 13:08:58 +02:00
parent 7a90ea495a
commit 9da4e72f75
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 7 additions and 0 deletions

View File

@ -6,4 +6,8 @@ LETS_ENCRYPT_ENV=production
WEBSOCKET_ENABLED=true
SIGNUPS_ALLOWED=true
USE_SYSLOG=true
EXTENDED_LOGGING=true
LOG_LEVEL=warn
SECRET_ADMIN_TOKEN_VERSION=v1 # length=48

View File

@ -11,6 +11,9 @@ services:
- "WEBSOCKET_ENABLED=$WEBSOCKET_ENABLED"
- "SIGNUPS_ALLOWED=$SIGNUPS_ALLOWED"
- "ADMIN_TOKEN_FILE=/run/secrets/admin_token"
- "USE_SYSLOG=$USE_SYSLOG"
- "EXTENDED_LOGGING=$EXTENDED_LOGGING"
- "LOG_LEVEL=$LOG_LEVEL"
configs:
- source: app_entrypoint
target: /docker-entrypoint.sh