Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 696 Bytes

Docker-Compose Example Projecs

This repo contains two apps

  1. Todo App
  2. Hogwarts registration App

created using python frameworks

  • Django
  • Flask

using postgreSQL as the database and

containerized using Docker and Docker-compose .

Useful Docker Commands for this project

docker image ls
docker image rm -f xxx

docker ps -a
docker container rm -f $(docker container ls -aq)

docker-compose up
docker-compose down

Port settings

sudo lsof -i :5432
sudo kill -9 1380