Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-06-10 15:41:43 +00:00
parent 6394d097c2
commit fa1fb6f6c7
216 changed files with 903 additions and 903 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