feat: 添加rustfs环境配置文件及部署配置

添加rustfs.env环境变量文件、env.cfg配置文件及stack.yml部署文件
用于配置rustfs服务的运行环境、镜像标签及容器部署参数
This commit is contained in:
2025-09-06 12:32:01 +08:00
parent bab6aa41aa
commit beea176c09
3 changed files with 29 additions and 0 deletions

7
rustfs/env.cfg Normal file
View File

@@ -0,0 +1,7 @@
IMAGE_TAG=rustfs/rustfs:alpha
IMAGE_TAG_LTS=rustfs/rustfs:latest
Volumes_Path=/data/volumes/rustfs
RUSTFS_SERVER_DOMAINS=rustfs.example.com
RUSTFS_CONSOLE_ENABLE=true
RUSTFS_SECRET_KEY=rustfsadmin
RUSTFS_ACCESS_KEY=rustfsadmin