The DHC Monitoring Docker Setup is a Docker Compose setup that combines the Django Health Check Monitoring frontend and backend images into a single compose file for easy startup.
To use the DHC Monitoring Docker Setup, follow these steps:
-
Clone the Repository: Clone the repository to your local machine:
git clone https://github.com/example/dhc-monitoring-docker-setup.git
-
Navigate to the Repository: Change into the repository directory:
cd dhc-monitoring-docker-setup
-
Start Docker Compose: Start the Docker Compose setup:
docker-compose up -d
-
Access the Application: Once the containers are running, you can access the Django Health Check Monitoring application by navigating to http://localhost:3000 in your web browser.
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.