Bug/minor fixes (#762)

* Set web concurrency to 1

* bump versions

* update release notes

Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-10-30 12:13:54 -08:00
committed by GitHub
parent b6d43e8e3d
commit de5bea6f73
9 changed files with 18109 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ services:
POSTGRES_DB: mealie
# WORKERS_PER_CORE: 0.5
# MAX_WORKERS: 8
WEB_CONCURRENCY: 2
# WEB_CONCURRENCY: 2
postgres:
container_name: postgres
image: postgres