Commit Graph

7 Commits

Author SHA1 Message Date
nogueiraguh
03db9d6b8a feat: automated setup.sh, OCIR login helper with encrypted credentials, README updates 2026-04-03 17:51:53 -03:00
nogueiraguh
eb34a44664 docs: complete README for single Docker image distribution 2026-04-02 16:52:11 -03:00
nogueiraguh
760f008678 refactor: image-only distribution, remove compose/env/registry files 2026-04-02 16:43:20 -03:00
nogueiraguh
33ccf44e7c refactor: single container image only, update terraform and docs
- Remove two-container compose from distribution
- Single docker-compose.yml using unified OCIR image
- Update cloud-init template for single container
- README with 4 deployment options: local Docker, OCI VM (Terraform), Container Instances, Kubernetes
2026-04-02 16:40:16 -03:00
nogueiraguh
1f92f4a9b9 feat: single container image (nginx + backend), fix fresh DB init
- deploy/Dockerfile: unified image with supervisord (nginx + uvicorn)
- distribution/docker-compose.single.yml: single container option
- distribution/README.md: 3 deployment options (single, compose, docker run)
- Fix: add status column to chat_messages CREATE TABLE (was only in migration, broke fresh DB)
- push-images.sh: builds 3 images (unified, backend, frontend)
2026-04-02 15:07:45 -03:00
nogueiraguh
db983935b1 feat: distribution v1.0 — professional README, OKE/K8s moved to private 2026-04-02 14:38:34 -03:00
nogueiraguh
abf248d714 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)
2026-04-02 13:46:28 -03:00