Skip to content

Azzy 2.0.0 Docker Compose Settings

Sella-GH edited this page Jan 25, 2025 · 8 revisions

AzzyBot

Name Description Default Required?
FORCE_DEBUG Forces debug logging to be active (not recommended for production scenarios). false no
SKIP_WAITING Forces the bot to wait for the database or lavalink to start up (this can lead to errors if the services are not running yet). false no
TZ Your specified timezone for log entries (doesn't matter for anything else, otherwise UTC will be used). Defaults to CET/CEST Europe/Berlin no
LOG_RETENTION_DAYS Define how many days the logs should be kept 7 no

Hidden Settings

Name Description Default
FORCE_TRACE Forces trace logging to be active (this does reveal sensitive information - be cautious!). false
LOG_LEVEL How much should be logged. Valid options are: Trace, Debug, Information, Warning, Error, Critical, None Information

AzzyBot-Db

Name Description Default Required?
POSTGRES_DB Change the name of the database created by Azzy. Do not change this. azzybot yes
POSTGRES_USER Change the name of the database user used by Azzy. Do not change this. azzybot yes
POSTGRES_PASSWORD Change the name of the password of the database user used by Azzy. Do not change this. thisIsAzzyB0!P@ssw0rd yes
TZ Your specified timezone for log entries (doesn't matter for anything else, otherwise UTC will be used). Defaults to CET/CEST Europe/Berlin no