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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user