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/rustfs.env Normal file
View File

@@ -0,0 +1,7 @@
RUSTFS_ACCESS_KEY=rustfsadmin
RUSTFS_SECRET_KEY=rustfsadmin
RUSTFS_VOLUMES="/data/rustfs{0...3}"
RUSTFS_ADDRESS=":7000"
RUSTFS_CONSOLE_ENABLE=true
RUST_LOG=error
RUSTFS_OBS_LOG_DIRECTORY="/var/logs/rustfs/"