feat: distribution package v1.0 — OCIR-based deployment without source code

- distribution/: public release package (docker-compose + terraform VM + README v1.0)
- docker-compose.yml pulls pre-built images from OCIR (no build, no source code)
- terraform/: VM stack (ARM Free Tier, LB+WAF+SSL, conditional DNS/Let's Encrypt)
- Removed terraform-oke/ and k8s/ from git (private, .gitignore)
This commit is contained in:
nogueiraguh
2026-04-02 13:46:28 -03:00
parent 5efde6fcf4
commit abf248d714
27 changed files with 1052 additions and 945 deletions

4
.gitignore vendored
View File

@@ -39,5 +39,9 @@ dist/
!*.tfvars.example
.terraform.lock.hcl
# Private deployment (OKE/K8s — not for public distribution)
deploy/terraform-oke/
deploy/k8s/
# Project internal docs
LESSONS_LEARNED.md