Commit Graph

4 Commits

Author SHA1 Message Date
msksbr 87e31efa85 docs(readme): fix heading levels in deployment config section
Demote subheadings from h3 to h4 to reflect correct document
structure hierarchy.
2026-05-24 13:49:37 +08:00
msksbr e5335ed70b docs(deploy): add Docker Compose deployment documentation
- Document compose.yaml configuration with image, restart policy,
  and port mapping details
- Restructure audit log directory layout documentation
- Add deployment config file notes for environment isolation
2026-05-24 13:45:50 +08:00
msksbr 1e6781b4f9 feat(deploy): add deployment script and update Docker docs
- Add deploy.sh for automated Docker build and push to private registry
- Lowercase Docker image name to comply with registry requirements
- Update README with concrete Docker run examples and configuration
2026-05-24 03:15:02 +08:00
msksbr aa745f8d81 build(config): add docker support and project documentation
- Integrate Docker Spring Boot application plugin for containerization
- Bump project version to 0.1
- Include MIT license and project README
- Ignore IDE configuration files in version control
2026-05-24 01:51:41 +08:00