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

CLI: add .env configuration file #670

Merged
merged 4 commits into from
Oct 31, 2023
Merged

CLI: add .env configuration file #670

merged 4 commits into from
Oct 31, 2023

Conversation

nicoloboschi
Copy link
Member

Changes:

  • Added possibility add an ENV file that is loaded before the actual java command. the file must be in the bin directory and must be named langstream.env
  • Docker image by default is retrieved from LANGSTREAM_RUNTIME_DOCKER_IMAGE env

@@ -148,7 +148,8 @@ public class LocalRunApplicationCmd extends BaseDockerCmd {

@CommandLine.Option(
names = {"--langstream-runtime-docker-image"},
description = "Docker image of the LangStream runtime to use")
description = "Docker image of the LangStream runtime to use",
Copy link
Member

Choose a reason for hiding this comment

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

There is also the python command that processes requirements.txt that uses a docker image

@nicoloboschi nicoloboschi merged commit fde166d into main Oct 31, 2023
9 of 10 checks passed
@nicoloboschi nicoloboschi deleted the cli-specify-env branch October 31, 2023 07:59
benfrank241 pushed a commit to vectorize-io/langstream that referenced this pull request May 2, 2024
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.

None yet

2 participants