Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-05-15 08:51:48 +00:00
parent f618b86e7e
commit 778746501c
162 changed files with 296 additions and 296 deletions
+2 -6
View File
@@ -9,7 +9,6 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
- RUSTFS_VOLUMES=/data/rustfs{0...3}
- RUSTFS_ADDRESS=0.0.0.0:9000
- RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001
- RUSTFS_CONSOLE_ENABLE=true
@@ -29,7 +28,7 @@ services:
- -c
- curl -f http://127.0.0.1:9000/health && curl -f http://127.0.0.1:9001/rustfs/console/health
timeout: 10s
image: rustfs/rustfs:1.0.0-alpha.86
image: rustfs/rustfs:latest
labels:
createdBy: Apps
networks:
@@ -42,7 +41,4 @@ services:
- no-new-privileges:true
volumes:
- ${RUSTFS_ROOT_PATH}/logs:/app/logs
- ${RUSTFS_ROOT_PATH}/data/rustfs0:/data/rustfs0
- ${RUSTFS_ROOT_PATH}/data/rustfs1:/data/rustfs1
- ${RUSTFS_ROOT_PATH}/data/rustfs2:/data/rustfs2
- ${RUSTFS_ROOT_PATH}/data/rustfs3:/data/rustfs3
- ${RUSTFS_ROOT_PATH}/data:/data