-
Notifications
You must be signed in to change notification settings - Fork 0
Azzy 2.0.0 Docker Compose Settings
Sella-GH edited this page Jan 25, 2025
·
8 revisions
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 |
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 |
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 |
Version 2.x.x
Version 1.10.x
-
Docker
-
Linux Native
-
Windows Native
-
Miscellaneous