Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

FastAPI with Docker compose

{% embed include file="src/examples/fastapi/Dockerfile)

{% embed include file="src/examples/fastapi/docker-compose.yml)

fastapi[all]

pytest
requests

motor
docker compose up
docker exec -it fastapi_app_1 bash
uvicorn main:app --reload --host=0.0.0.0