Environment variables in docker-compose.yaml file #1636
Unanswered
nicolasduminil
asked this question in
Q&A
Replies: 1 comment
-
|
Based on the Karavan Architecture , a Git repository is a mandatory core component of the platform. To answer your question: you need to provide these credentials because the Git repository acts as the single source of truth for all your projects. Even when just running the Karavan Docker image, the application requires a place to store and retrieve all essential project files, including:
What values to use:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation instructs to initialize the environment variables
KARAVAN_GIT_REPOSITORY,KARAVAN_GIT_USERNAMEandKARAVAN_GIT_PASSWORDin thedocker-compose.yamlfile but it doesn't mention what this variables should contain as values.If I have to take a guess, which isn't the right way to proceed when installing stuff, I would say that they should contain a GitHub repository name, user and password but, in the same time, why would someone need to provide these information just to run a Docker image ?
Some explanation would be welcome.
Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions