Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-05-15 03:44:55 +00:00
parent cf3286ff57
commit 35740cc194
163 changed files with 304 additions and 304 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