Contact: [email protected]
This is a simple Django application designed to demonstrate the configuration of Dockerization using Docker Compose for orchestration.
-
Build Docker Containers:
- Run the following command to build the Docker containers:
docker-compose build
- Run the following command to build the Docker containers:
-
Run Docker Containers:
-
Start the application and services using the following command:
docker-compose up
-
Access the application through: http://localhost:9002/
-
-
Test Cases:
- Run the following command for testing:
docker-compose exec backend python manage.py test postGisApp.tests
- Run the following command for testing:
-
Create Superuser:
- To create a superuser, use the following command:
docker-compose exec backend python manage.py createsuperuser
- To create a superuser, use the following command:
This app serves as a simple demonstration of Docker and Dockerization. It showcases the configuration of a Django app using Docker Compose for easy deployment and management.