mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
refactor: add info about WIKIPEDIA environment to docker readme
This commit is contained in:
parent
4a4fbcf660
commit
45a9463f0a
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
- [Environment variables that can be set in the Docker container](#environment-variables-that-can-be-set-in-the-docker-container)
|
||||
- [OpenSearch](#opensearch)
|
||||
- [Search Config](#search-config)
|
||||
- [Wikipedia](#wikipedia)
|
||||
- [Applications](#applications)
|
||||
- [Curl](#curl)
|
||||
- [Docker version issues](#docker-version-issues)
|
||||
|
@ -53,6 +54,7 @@ services:
|
|||
- TZ="America/New_York"
|
||||
- CONFIG_GOOGLE_DOMAIN="com"
|
||||
- CONFIG_GOOGLE_LANGUAGE="en"
|
||||
- CONFIG_WIKIPEDIA_LANGUAGE="en"
|
||||
volumes:
|
||||
- ./nginx_logs:/var/log/nginx
|
||||
- ./php_logs:/var/log/php7
|
||||
|
@ -92,6 +94,14 @@ This docker image was developed with high configurability in mind, so here is th
|
|||
|
||||
<br>
|
||||
|
||||
### Wikipedia
|
||||
|
||||
| Variables | Default | Examples | Description |
|
||||
|:----------|:-------------|:---------|:------|
|
||||
| CONFIG_WIKIPEDIA_LANGUAGE | "en" | "pt", "es", "hu" | Adds language support for Wikipedia results |
|
||||
|
||||
<br>
|
||||
|
||||
### Applications
|
||||
|
||||
| Variables | Default | Examples | Description |
|
||||
|
|
Loading…
Add table
Reference in a new issue