Files
deploy.stack/hub-registry/env.cfg.example

14 lines
565 B
Plaintext
Raw Normal View History

# ============================================================
# hub-registry 部署 — 公共环境变量模板(不含敏感信息)
# 复制为 env.cfg 后填入真实值env.cfg 已被 .gitignore 忽略
# ============================================================
#
# 使用方式:
# cp env.cfg.example env.cfg
# $EDITOR env.cfg # 填入真实密码/密钥后保存
# docker compose -p hub-registry --env-file ./env.cfg -f ./stack.yml up -d
#
IMAGE_TAG=hub.tp229.com:3500/registry:3.0
UI_IMAGE_TAG=hub.tp229.com:3500/cnphpbb/registry-ui:latest