Description: The tiny python application of movie database that perfectly lends itself to numerous tests of any platform.
Requirements:
- docker server & client
- docker-compose
How to deploy project:
-
Clone the repository:
git clone https://github.com/Kartoshnikov/MovieDB.git
-
Enter into the directory:
cd MovieDB
-
Build and start containers at one fell swoop:
docker-compose up -d
A few notes that could come in handy:
- App is running on the port 8081.
- Postgres is listening on port 5432 (user: django, passwd: 1111).
- MovieDB/app/ is bound with python container's /app directory
- postgres/data is bound with postgre container's /var/lib/postgresql/data