This project provides a Flask-based CMDB (Configuration Management Database) application. You can run the app using Docker or Docker Compose for easy deployment and management.
- Jquery
- Python
- Flask
- Datatables
- Docker installed on your system
- (Optional) Docker Compose for multi-container setups
-
Build the Docker image:
docker build -t cmdb-flask-app .
-
Run the container:
docker run -p 5000:5000 -v cmdb-flask-app
-
Mount a local facts directory (optional):
docker run -p 5000:5000 -v /path/to/your/facts:/app/facts cmdb-flask-app
Replace
/path/to/your/facts
with the actual path to your facts directory.
- Start the application:
docker-compose up --build
The application will be available at http://localhost:5000.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
This project is MIT licensed.