Docker project for Django and Apache2
This is a docker project to create a container with Python3, Django and Apache2. All configurations, along with a sample django project are cerated.
-
docker-compose up
Starts the container named django-apache2
-
Browse to http://localhost:8500
A sample employee list page is displayed.
See Dockerfile and docker-compose.yml for configuration details.
See blog post and this video