- Install Docker and Docker Compose.
- Run
docker-compose up -d
. - Run migrations:
docker-compose exec web alembic upgrade head
. - Access API at http://localhost:8000/docs.
Set in docker-compose.yml or .env file:
- DATABASE_URL
- CELERY_BROKER_URL
- CELERY_RESULT_BACKEND