refactor: 从环境变量读取 REGISTRY_IMAGE / REPOSITORY_URL,去除硬编码
This commit is contained in:
@@ -20,4 +20,6 @@ services:
|
||||
- AI_BASE_URL=${AI_BASE_URL:-https://api.openai.com/v1}
|
||||
- AI_MODEL=${AI_MODEL:-gpt-3.5-turbo}
|
||||
- ONEDEV_ACCESS_TOKEN=${ONEDEV_ACCESS_TOKEN}
|
||||
- REGISTRY_IMAGE=${REGISTRY_IMAGE:-recipe_tool:latest}
|
||||
- REPOSITORY_URL=${REPOSITORY_URL:-https://git.hanhan.ltd/recipe_tool}
|
||||
- GIT_REMOTE_URL=https://git.hanhan.ltd/recipe_tool.git
|
||||
|
||||
Reference in New Issue
Block a user