Docker Repository - bfren ecosystem
Comes with FreshRSS preinstalled, along with all the required and recommended PHP 8.3 modules.
- 80
Volume | Purpose |
---|---|
/data |
Persistent storage for config, etc. |
See the Nginx and Nginx + PHP images for other configuration details.
See the Nginx + PHP image for details of www.conf
and php.ini
overrides using environment variables.
Variable | Values | Description | Default |
---|---|---|---|
BF_FR_ENVIRONMENT |
string | The name of the environment to use - set to 'development' for more verbose logging. | "production" - required |
BF_FR_BASE_URL |
string | External URL used to access this instance. | None - required |
BF_FR_LANGUAGE |
string | Default language to use for new users. | "en" - required |
BF_FR_USER_NAME |
string | Default user name. | None - required |
BF_FR_USER_PASS |
string | Default user password. | None - required |
BF_FR_DB_HOST |
string | Database host. | None - required |
BF_FR_DB_USER |
string | Database username. | None - required |
BF_FR_DB_PASS |
string | Database password. | None - required |
BF_FR_DB_NAME |
string | Database table name. | "freshrss" - required |
BF_FR_DB_PREFIX |
string | Database table prefix. | "fr" - required |
Copyright (c) 2021-2024 bfren (unless otherwise stated)