mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Optimize performance: upgrade to dedicated CPUs, disable reload in docker-compose
- Upgrade Fly.io VMs from shared to performance CPUs for dedicated compute - Remove --reload flag from docker-compose for better local performance - Improves response times and consistency under load - Cost increase: ~$10-15/month for dedicated CPU performance
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ services:
|
||||
- PYTHONUNBUFFERED=1
|
||||
- PRELOAD_INTERLINEAR=true
|
||||
restart: unless-stopped
|
||||
command: uv run uvicorn kjvstudy_org.server:app --host 0.0.0.0 --port 8000 --reload
|
||||
command: uv run uvicorn kjvstudy_org.server:app --host 0.0.0.0 --port 8000
|
||||
|
||||
Reference in New Issue
Block a user