Docker Django Connectivity
A simple Django Application build over Docker to test connectivity between Docker and Jenkins
The application uses PostgreSQL and Python3 image from docker hub and has a very simple interface to show a list of elements and to store something in DB.
How to run
Make sure you have docker and docker-compose installed in your system.
After cloning this repository, write the below command to run this project.
docker-compose up