Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI + Docker Compose + PostgreSQL

Project Overview

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 Structure

Project_02_FAST_API_DOCKER_COMPOSE/
│
├── app/
│   ├── main.py
│   └── model.py
│
├── requirements.txt
├── Dockerfile
├── docker-compose.yml
└── .gitignore

About

A FastAPI application containerized with Docker and orchestrated with Docker Compose, featuring PostgreSQL integration, persistent volumes, and live code reloading.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages