refactor: 从环境变量读取 REGISTRY_IMAGE / REPOSITORY_URL,去除硬编码

This commit is contained in:
2026-05-25 00:28:33 +08:00
parent d9601fa24d
commit 1e3b12f342
3 changed files with 20 additions and 5 deletions
+2
View File
@@ -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