Fix: Remove invalid 'show' param from ui.run_with(), fix mypy errors in cache.py, fix docker-compose volume mount

This commit is contained in:
Bu5hm4nn
2026-03-23 19:56:19 +01:00
parent e3b2b6213f
commit e727f216ae
3 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,8 @@ services:
UVICORN_WORKERS: 1
RUN_MIGRATIONS: 0
volumes:
- ./:/app
- ./app:/app/app
- ./config:/app/config
depends_on:
redis:
condition: service_healthy