forked from DevOps/deploy.stack
feat: 添加rustfs环境配置文件及部署配置
添加rustfs.env环境变量文件、env.cfg配置文件及stack.yml部署文件 用于配置rustfs服务的运行环境、镜像标签及容器部署参数
This commit is contained in:
7
rustfs/env.cfg
Normal file
7
rustfs/env.cfg
Normal 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
|
||||
Reference in New Issue
Block a user