/dhc-monitoring

DHC monitoring docker setup

MIT LicenseMIT

DHC Monitoring Docker Setup

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.

Usage

To use the DHC Monitoring Docker Setup, follow these steps:

  1. Clone the Repository: Clone the repository to your local machine:

    git clone https://github.com/example/dhc-monitoring-docker-setup.git
  2. Navigate to the Repository: Change into the repository directory:

    cd dhc-monitoring-docker-setup
  3. Start Docker Compose: Start the Docker Compose setup:

    docker-compose up -d
  4. 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.

Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.