Files
wecom-ai-assistant/.registry-config.example
2026-02-05 20:09:07 +08:00

21 lines
484 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Docker Registry 配置文件模板
# 复制此文件为 .registry-config不提交到 Git
# 私有 Docker Registry 配置
REGISTRY_URL=your-registry.com
REGISTRY_USERNAME=your-username
REGISTRY_PASSWORD=your-password
# 完整 Registry 地址
REGISTRY_FULL=https://your-registry.com
# 镜像命名空间(可选)
REGISTRY_NAMESPACE=wecom-ai
# 镜像名称
BACKEND_IMAGE_NAME=wecom-ai-backend
ADMIN_IMAGE_NAME=wecom-ai-admin
# 默认镜像标签
DEFAULT_IMAGE_TAG=latest