Add BACKGROUND_PROCESSING_CONCURRENCY env variable description to readme

This commit is contained in:
Eugene Burmakin 2024-06-08 22:41:33 +02:00
parent 592734c19c
commit 164b60b3bc
2 changed files with 2 additions and 1 deletions

View file

@ -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` | | 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) | | 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` | | 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 ## Screenshots

View file

@ -44,7 +44,7 @@ services:
DATABASE_NAME: dawarich_development DATABASE_NAME: dawarich_development
MIN_MINUTES_SPENT_IN_CITY: 60 MIN_MINUTES_SPENT_IN_CITY: 60
APPLICATION_HOST: localhost APPLICATION_HOST: localhost
TIME_ZONE: UTC TIME_ZONE: Europe/London
depends_on: depends_on:
- dawarich_db - dawarich_db
- dawarich_redis - dawarich_redis