Files
deploy.stack/dufs/env.cfg.example

24 lines
777 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.
# ============================================================
# Dufs 部署 — 公共环境变量
# 复制为 env.cfg 后填入真实值env.cfg 已在 .gitignore 中忽略
# ============================================================
#
# 使用方式:
# cp env.cfg.example env.cfg
# docker compose -p dufs --env-file ./env.cfg -f ./stack.yml up -d
# ---------- 镜像 ----------
# Dufs 版本号
IMAGE_TAG_VER=v0.46.0
# 完整镜像引用
IMAGE_TAG=sigoden/dufs:${IMAGE_TAG_VER}
# ---------- 数据卷 ----------
# 宿主机持久化目录(存放服务文件数据)
# 部署前手动创建mkdir -pv /data/volumes/dufs
Volumes_Path=/data/volumes/dufs
# ---------- 配置路径 ----------
# 宿主机配置文件/脚本目录
Config_Path=/data/mygit/config