Commit graph

3 commits

Author SHA1 Message Date
root
c06d785832 feat(deploy): implement standalone docker deployment pattern
Some checks are pending
Deploy Core (Dashboard & Identity Gateway) / deploy-dev (push) Waiting to run
- Added Dashboard Dockerfile
- Created deploy-core.sh script for container management without compose
- Following gohorsejobs infrastructure pattern

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 20:38:41 +01:00
Tiago Ribeiro
975013b66d chore: remove all services to isolate landing page 2026-03-09 15:28:30 -03:00
Tiago Yamamoto
a52bd4519d refactor: optimize Dockerfiles and documentation for core services
- Use Google Distroless images for all services (Go & Node.js).
- Standardize documentation with [PROJECT-NAME].md.
- Add .dockerignore and .gitignore to all projects.
- Remove docker-compose.yml in favor of docker run instructions.
- Fix Go version and dependency issues in observability, repo-integrations, and security-governance.
- Add Podman support (fully qualified image names).
- Update Dashboard to use Node.js static server for Distroless compatibility.
2025-12-30 13:22:34 -03:00