mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-03 17:10:10 +08:00
Merge pull request #20 from LAION-AI/18-backend-docker-starts-multiple-instances-of-backend
set MAX_WORKERS to 1 in gunicorn container for development
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_HOST=db
|
||||
- ALLOW_ANY_API_KEY=True
|
||||
- MAX_WORKERS=1
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user