mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user