docs: Update deployment guides to match new .env.docker.example structure#1827
Closed
inkeep[bot] wants to merge 3 commits intomainfrom
Closed
docs: Update deployment guides to match new .env.docker.example structure#1827inkeep[bot] wants to merge 3 commits intomainfrom
inkeep[bot] wants to merge 3 commits intomainfrom
Conversation
…hanges - Add AZURE_API_KEY as new AI provider option - Update comments to reference Nango/SigNoz dashboard URLs - Add PUBLIC_* variables for Manage UI configuration - Add INKEEP_AGENTS_JWT_SIGNING_SECRET, BETTER_AUTH_SECRET, SPICEDB_PRESHARED_KEY - Add INKEEP_AGENTS_TEMP_JWT_PRIVATE_KEY and INKEEP_AGENTS_TEMP_JWT_PUBLIC_KEY
- Add AZURE_API_KEY as new AI provider option - Remove deprecated bypass secrets (INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET, INKEEP_AGENTS_RUN_API_BYPASS_SECRET, PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET) - Rename PUBLIC_INKEEP_AGENTS_MANAGE_API_URL to PUBLIC_INKEEP_AGENTS_API_URL - Remove PUBLIC_INKEEP_AGENTS_RUN_API_URL - Add BETTER_AUTH_SECRET, SPICEDB_PRESHARED_KEY, INKEEP_AGENTS_TEMP_JWT_PRIVATE_KEY, INKEEP_AGENTS_TEMP_JWT_PUBLIC_KEY - Update comments to reference dashboard URLs
… changes - Add AZURE_API_KEY as AI provider option - Remove deprecated bypass secrets (INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET, INKEEP_AGENTS_RUN_API_BYPASS_SECRET, PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET) - Rename PUBLIC_INKEEP_AGENTS_MANAGE_API_URL to PUBLIC_INKEEP_AGENTS_API_URL - Remove PUBLIC_INKEEP_AGENTS_RUN_API_URL - Add INKEEP_AGENTS_TEMP_JWT_PRIVATE_KEY and INKEEP_AGENTS_TEMP_JWT_PUBLIC_KEY - Remove SPICEDB_ENDPOINT (keep only SPICEDB_PRESHARED_KEY) - Update comments to reference dashboard URLs
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
Author
|
👋 This PR updates the Docker deployment documentation to align with the Ready for review - awaiting feedback from @robert-inkeep. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Docker deployment documentation to align with the changes made in PR #1826, which updated
.env.docker.example.Changes
Updated environment variable examples in the following deployment guides:
agents-docs/content/deployment/(docker)/docker-local.mdxagents-docs/content/deployment/(docker)/hetzner.mdxagents-docs/content/deployment/(docker)/aws-ec2.mdxWhat changed:
AZURE_API_KEYas a new AI provider optionINKEEP_AGENTS_MANAGE_API_BYPASS_SECRET,INKEEP_AGENTS_RUN_API_BYPASS_SECRET,PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRETPUBLIC_INKEEP_AGENTS_MANAGE_API_URLtoPUBLIC_INKEEP_AGENTS_API_URLPUBLIC_INKEEP_AGENTS_RUN_API_URLBETTER_AUTH_SECRET,SPICEDB_PRESHARED_KEY,INKEEP_AGENTS_JWT_SIGNING_SECRET,INKEEP_AGENTS_TEMP_JWT_PRIVATE_KEY,INKEEP_AGENTS_TEMP_JWT_PUBLIC_KEYSPICEDB_ENDPOINTfrom production examplesRelated to #1826
cc @robert-inkeep