Skip to content

Kartoshnikov/MovieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published