Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 712 Bytes

Description: The tiny python application of movie database that perfectly lends itself to numerous tests of any platform.

Requirements:

  1. docker server & client
  2. docker-compose

How to deploy project:

  1. Clone the repository:

    git clone https://github.com/Kartoshnikov/MovieDB.git

  2. Enter into the directory:

    cd MovieDB

  3. Build and start containers at one fell swoop:

    docker-compose up -d

A few notes that could come in handy:

  1. App is running on the port 8081.
  2. Postgres is listening on port 5432 (user: django, passwd: 1111).
  3. MovieDB/app/ is bound with python container's /app directory
  4. postgres/data is bound with postgre container's /var/lib/postgresql/data