Main
Use Docker Compose for evaluation only: the docker README warns the stack is intended for demo/testing, not production.
Adjust
.envfirst: the docker README explicitly calls out.envvariables for ports, DB details, and admin credentials.If considering agent integrations, start with least-privilege read paths and add governance before enabling write automation on HR data.
Source-backed notes
- Top-level README positions MintHCM as open-source (AGPL-3.0) with MCP/WebMCP/A2A mentions.
- The repo includes a
docker/directory withdocker-compose.yml,.env, and a docker README. - docker/README includes commands for
docker compose up -danddocker compose logs -f, and shows default admin credentials.
FAQ
- Is the Docker Compose stack production-ready?: No. The docker README warns it's intended for demonstration and testing purposes.
- What services are included?: The docker README says it includes the web app plus MySQL and Elasticsearch containers.
- Where do I find full install docs?: The top-level README links to the installation guide on minthcm.org.