Completed
Challenges
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Best Practices for Compose-Managed Python Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Challenges
- 3 Requirements
- 4 Project Structure
- 5 Python Service
- 6 Docker Image
- 7 Docker File
- 8 Base Image
- 9 Add Database Service
- 10 Docker Compose
- 11 Sample File
- 12 Run Docker Compose
- 13 Add Web UI Service
- 14 Compose
- 15 Separate Networks
- 16 Persistence
- 17 Dev Inner Loop
- 18 Debug Containers
- 19 Run locally
- 20 Summary
- 21 Exercise
- 22 Project Overview
- 23 Launching the App
- 24 Deploy the App
- 25 Query Flask Server