mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add BACKGROUND_PROCESSING_CONCURRENCY env variable description to readme
This commit is contained in:
parent
592734c19c
commit
164b60b3bc
2 changed files with 2 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ Copy the contents of the `docker-compose.yml` file to your server and run `docke
|
|||
| MAP_CENTER | default map center, e.g. `55.7558,37.6176` |
|
||||
| TIME_ZONE | time zone, e.g. `Europe/Berlin`, full list is [here](https://github.com/Freika/dawarich/issues/27#issuecomment-2094721396) |
|
||||
| APPLICATION_HOST | host of the application, e.g. `localhost` or `dawarich.example.com` |
|
||||
| BACKGROUND_PROCESSING_CONCURRENCY (only for dawarich_sidekiq service) | Number of simultaneously processed background jobs, default is 10 |
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ services:
|
|||
DATABASE_NAME: dawarich_development
|
||||
MIN_MINUTES_SPENT_IN_CITY: 60
|
||||
APPLICATION_HOST: localhost
|
||||
TIME_ZONE: UTC
|
||||
TIME_ZONE: Europe/London
|
||||
depends_on:
|
||||
- dawarich_db
|
||||
- dawarich_redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue