Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge CODE_EXECUTION_API_KEY into SANDBOX_API_KEY in the docker-compose.yaml #5779

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

takatost
Copy link
Collaborator

Description

chore: merge CODE_EXECUTION_API_KEY into SANDBOX_API_KEY in the docker-compose.yaml

Fixes #5773

Type of Change

  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement

How Has This Been Tested?

  • manual test

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
  • optional I have made corresponding changes to the documentation
  • optional I have added tests that prove my fix is effective or that my feature works
  • optional New and existing unit tests pass locally with my changes

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 30, 2024
@takatost takatost merged commit 91da622 into main Jun 30, 2024
13 checks passed
@takatost takatost deleted the chore/merge-sandbox-api-key-env branch June 30, 2024 13:39
ZhouhaoJiang added a commit that referenced this pull request Jul 1, 2024
* refs/heads/main:
  [seanguo] modify bedrock Claude3 invoke method to converse API (#5768)
  Chore/improve docker compose (#5784)
  chore: merge CODE_EXECUTION_API_KEY into SANDBOX_API_KEY in the docker-compose.yaml (#5779)
  chore: fulfill default value in docker compose yaml (#5778)
  fix: can’t change exec permissions after mounting `docker-entrypoint.sh` for nginx and ssrf-proxy services causing startup failures (#5776)
ZhouhaoJiang added a commit that referenced this pull request Jul 1, 2024
* refs/heads/feat/knowledge-admin-role:
  feat: update migration
  [seanguo] modify bedrock Claude3 invoke method to converse API (#5768)
  Chore/improve docker compose (#5784)
  chore: merge CODE_EXECUTION_API_KEY into SANDBOX_API_KEY in the docker-compose.yaml (#5779)
  chore: fulfill default value in docker compose yaml (#5778)
  fix: can’t change exec permissions after mounting `docker-entrypoint.sh` for nginx and ssrf-proxy services causing startup failures (#5776)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept CODE_EXECUTION_API_KEY as alias of API_KEY in sandbox
1 participant