/docker-tutorial

a tutorial projects to teach company's colleague about docker and various technology.

Primary LanguagePythonApache License 2.0Apache-2.0

docker-tutorial

a tutorial projects to teach company's colleague about docker and various technology.

Course Plan

  1. Create a project with poetry
  2. Document project setup with Makefile
  3. Create a simple fastapi backend
  4. Deploy fastapi backend with docker
  5. Deploy fastapi backend with docker-compose
  6. Deploy backend and database with docker-compose

How to Use This Project

  1. create and activate your own virtual environemnt
  2. make setup