This project demonstrates how to containerize a FastAPI application with Docker and orchestrate multiple services using Docker Compose.
The application includes:
- FastAPI
- PostgreSQL
- Docker
- Docker Compose
- Docker Volumes
Project_02_FAST_API_DOCKER_COMPOSE/
│
├── app/
│ ├── main.py
│ └── model.py
│
├── requirements.txt
├── Dockerfile
├── docker-compose.yml
└── .gitignore