/docker-lab-python-app

Docker lab to deploy multiples python app.

Primary LanguagePython

Lab - Dockerizing a python app

Docker lab to deploy multiples python app.

Authors

Tech specs

Language: Python

Library: FastAPI, Streamlit

Server: Play with docker (PWD)

Tools: Docker, Git

Installation

Installation commands:

Clone the project

$ git clone git://github.com/chrisart10/docker-lab-python-app

Go to the project directory

$ cd docker-lab-python-app

Run with docker to start services

$ docker-compose up --build -d

verify containers

$ docker ps -a

Kill containers to stop services

$ docker-compose down

Feedback

If you have any feedback, please reach out to me at @chris_art10 on twitter.

🔗 Links

twitter

Lessons Learned

I've learned to deploy app using docker compose, make dockerfile to build images, and understand networking to communicate contianers each other.