Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-06-09 22:25:00 +00:00
parent f1be09cef1
commit 183f1022f3
207 changed files with 901 additions and 901 deletions
+6 -2
View File
@@ -9,6 +9,7 @@ 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
@@ -28,7 +29,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:latest
image: rustfs/rustfs:1.0.0-alpha.86
labels:
createdBy: Apps
networks:
@@ -41,4 +42,7 @@ services:
- no-new-privileges:true
volumes:
- ${RUSTFS_ROOT_PATH}/logs:/app/logs
- ${RUSTFS_ROOT_PATH}/data:/data
- ${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