Foundation — databases, model routing, observability, automation (core-infra, llm-stack, observe-stack, automation-stack)
| compose | ||
| config | ||
| docs | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| LICENSE | ||
| README.md | ||
g1-platform
DEPRECATED as of 2026-03-04 -- This repository has been archived and is no longer maintained.
This repo has been split into 4 focused repositories
The g1-platform monorepo has been decomposed into smaller, single-purpose repositories to improve maintainability, reduce blast radius of changes, and align with the Generate One project structure.
Successor Repositories
| Repo | Description | Coolify Project | Link |
|---|---|---|---|
| g1-core | Core shared infrastructure -- PostgreSQL 16, Valkey 9.0.1 | g1-infra | g1-core |
| g1-llm | LLM routing and inference -- LiteLLM, vLLM (GPU), Qdrant, model tiers | g1-platform | g1-llm |
| g1-observe | Observability -- Langfuse v3, ClickHouse, MinIO | g1-observe | g1-observe |
| g1-automation | Workflow automation -- n8n, Forgejo Actions runner | g1-automation | g1-automation |
Migration Guide
Where did my files go?
| Old location in g1-platform | New repo | New location |
|---|---|---|
compose/core-infra.yml |
g1-core | docker-compose.yml |
compose/llm-stack.yml |
g1-llm | docker-compose.yml |
compose/vllm-stack.yml |
g1-llm | compose/vllm-stack.yml |
compose/observe-stack.yml |
g1-observe | docker-compose.yml |
compose/automation-stack.yml |
g1-automation | docker-compose.yml |
config/litellm_config.yaml |
g1-llm | config/litellm_config.yaml |
.env.example |
Split across all 4 repos | .env.example in each |
What should I do?
- Stop using this repo. It will not receive updates.
- Clone the successor repo for the stack you need.
- Update any CI/CD pipelines that reference
g1-platform. - Update bookmarks and links to point to the new repos.
Historical Context
g1-platform was the original monorepo covering all foundational infrastructure for Generate One. It contained compose files, environment templates, and configuration for 4 stacks:
- core-infra -- Shared PostgreSQL 16 and Valkey 9.0.1 databases
- llm-stack -- LiteLLM model proxy (8 tiers), vLLM GPU inference (embedding, reranker, small model), Qdrant vector search
- observe-stack -- Langfuse v3 observability with ClickHouse and MinIO
- automation-stack -- n8n workflow automation and Forgejo Actions runner
Coolify Service References (historical)
| Stack | Coolify UUID |
|---|---|
| core-infra | u8kg4sscgccccok088048so4 |
| llm-stack | t8c8cgogcs08o0gk0wwgksoo |
| observe-stack | f4o0gg0oocoog4ggo848oswc |
| automation-stack | vkog4ckwo8408kgsgkcc8gso |
| vllm-stack | lgscs08wo0socwsc0okw4cwo |
Archived on 2026-03-04. All compose files and configuration preserved in git history.