Create docker/entrypoint.sh to run alembic migrations on API startup. Create backend/worker.py with Celery app config for the compose worker service. Fix README single-container port (8000) and add production compose documentation. Add 27 tests (stack integration + worker) verifying all Docker/compose artifacts are present, consistent, and the /health endpoint responds correctly. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_alembic.py | ||
| test_auth.py | ||
| test_config.py | ||
| test_main.py | ||
| test_models.py | ||
| test_routers.py | ||
| test_schemas.py | ||
| test_stack_integration.py | ||
| test_worker.py | ||