Skip to content

Add low-CPU local runtime targets#229

Merged
samrusani merged 1 commit into
mainfrom
codex/local-runtime-config-targets
Jun 20, 2026
Merged

Add low-CPU local runtime targets#229
samrusani merged 1 commit into
mainfrom
codex/local-runtime-config-targets

Conversation

@samrusani

Copy link
Copy Markdown
Owner

Adds Makefile targets that match the preview docs: make api for API-only sessions, make runtime for low-CPU API plus next start, and make web-build for explicit web builds. Also allows local Docker Compose host port overrides for Postgres and Redis so Alice can coexist with another local stack. Verification: make -n api; make -n runtime; make -n web-build; env ALICEBOT_POSTGRES_HOST_PORT= ALICEBOT_REDIS_HOST_PORT= docker compose config; env ALICEBOT_POSTGRES_HOST_PORT=15432 ALICEBOT_REDIS_HOST_PORT=16379 docker compose config; env ALICEBOT_POSTGRES_HOST_PORT= ALICEBOT_REDIS_HOST_PORT= docker compose -f docker-compose.lite.yml config; env ALICEBOT_POSTGRES_HOST_PORT=15432 docker compose -f docker-compose.lite.yml config; ./scripts/validate_env.sh .env.example .env.lite.example apps/web/.env.local.example; git diff --check.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@samrusani

Copy link
Copy Markdown
Owner Author

Review completed: no blocking findings. The Makefile targets are scoped, Compose port overrides preserve default localhost bindings, env guidance covers DATABASE_URL, DATABASE_ADMIN_URL, and REDIS_URL, and focused validation passed locally plus GitHub checks are green. GitHub does not allow this account to approve its own PR, so this is recorded as a review note before admin merge.

@samrusani samrusani merged commit fa079e7 into main Jun 20, 2026
5 checks passed
@samrusani samrusani deleted the codex/local-runtime-config-targets branch June 20, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant