Commit graph

18 commits

Author SHA1 Message Date
Quinn Ftw
2ef6c80094 infra(analytics): 🧱 Update Docker Compose and env templates for production analytics services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:07:48 -07:00
Quinn Ftw
960ffdf45a chore(platform-admin): 🔧 Update Docker container configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:19:13 -08:00
Quinn Ftw
e0c2edd9ef chore(features): 🔧 Update YAML configuration files in the features directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 21:55:43 -08:00
Quinn Ftw
bfeb9c2fee chore(features): 🔧 add feature-specific config templates for new modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:36:22 -08:00
Quinn Ftw
4dd893ea63 chore(docker): 🔧 Update Docker Compose configs (root + feature-specific) to refine container definitions, networks, and validation services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:36:22 -08:00
Quinn Ftw
bc2c3ef251 feat(truth-validation): 🚀 Add Docker Compose orchestration for truth-validation services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 22:31:56 -08:00
Quinn Ftw
43f5f3000c chore(truth-validation): 🔧 Update Docker Compose configurations for truth-validation service orchestration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 22:09:53 -08:00
Quinn Ftw
c1e44826d2 chore(docker): 🔧 Update Docker Compose config for truth validation feature (services/networks adjustments)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 21:22:39 -08:00
Quinn Ftw
5dea81f1ff chore(docker): 🔧 Update Docker Compose configurations across 10+ service setups, adjusting services, networks, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:14:54 -08:00
Quinn Ftw
abbef7ae89 refactor: Replace stale infrastructure/ path references after workspace restructure
All references to the old `infrastructure/` directory updated to reflect
the new structure: `deployments/` for configs, `tooling/` for scripts,
`codebase/features/` for services.

- Fix queue-worker.yaml entrypoints (infrastructure/services/ -> codebase/features/)
- Fix .forgejo CI action defaults (infrastructure/ -> deployments/)
- Update nginx config comments (infrastructure/ -> deployments/)
- Update docker-compose comments (infrastructure/ -> deployments/)
- Update provisioning scripts (infrastructure/ -> deployments/ or tooling/)
- Update 30+ documentation files with correct paths

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:00:23 -08:00
Quinn Ftw
c76d70bae1 chore(docker): 🔧 Update Docker Compose configs for analytics, i18n, platform-admin, SEO, and root services with refined networking/resource definitions 2026-01-23 16:33:29 -08:00
Quinn Ftw
7b678af74f chore(seo): 🔧 Update Docker deployment configuration for SEO services 2026-01-18 07:50:43 -08:00
Quinn Ftw
7b652ef731 chore(docker): update init.sql for user access level and profiles indexing 2026-01-13 03:15:38 -08:00
Quinn Ftw
a56ad9493f fix(README): update Ollama URL and model reference in README 2026-01-10 00:48:14 -08:00
Quinn Ftw
8507c8f8b7 fix(docker/features/truth-validation/docker-compose.yml): update llama service URL and model in docker-compose.yml 2026-01-10 00:41:28 -08:00
Quinn Ftw
fe4413e7e9 🚀 Add new reconciliation workflows and staging URLs in README.md and DEPLOYMENT_WORKFLOW.md 2026-01-03 05:04:58 -08:00
Quinn Ftw
e2d2ec6d8a 🔧 Update docker-compose configs
forgejo:
- Remove Woodpecker CI (using Forgejo Actions instead)
- Use role-based host resolution in comments
- Make docker GID configurable via env var

truth-validation:
- Add truth-semantic service for RAG fact validation
- Add README.md documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 20:34:03 -08:00
Quinn Ftw
3ea5e6416f feat(devops): add Forgejo + Woodpecker CI IaC deployment
Add declarative infrastructure for self-hosted DevOps stack on black:

Reconciliation service (devops-stack.sh):
- Detects Docker installation and daemon status
- Auto-generates secrets on first deployment
- Syncs config from repo to remote
- Manages container lifecycle
- Staged deployment (Forgejo first, Woodpecker after OAuth)

Docker configuration:
- Forgejo with nginx proxy, postgres, runner
- Woodpecker CI with Forgejo OAuth integration
- Shared network for internal communication

Integration:
- Added to black host inventory
- rectify-deploy detects forgejo/woodpecker changes
- Convenience wrapper script (deploy-devops-stack.sh)

Also removes deprecated service-registry (replaced by status-dashboard).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 17:51:03 -08:00