Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-25 01:40:15 +00:00
parent 5dc6cb1bec
commit 440be7a03b
141 changed files with 1002 additions and 1002 deletions

View File

@@ -4,9 +4,12 @@ MINIO_ROOT_PATH=/home/minio
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=9001
# API 端口 [必填]
# API 端口 (映射内部端口) [必填]
PANEL_APP_PORT_API=9000
# API 内部端口 [必填]
MINIO_API_PORT=9000
# 管理员 用户名 [必填]
MINIO_ROOT_USER=minio

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
minio:
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
--json
container_name: minio
env_file:
@@ -15,7 +15,7 @@ services:
- MINIO_BROWSER_REDIRECT=true
extra_hosts:
- ${MINIO_SERVER_HOST:-localhost}:127.0.0.1
image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
labels:
createdBy: Apps
logging:
@@ -27,7 +27,7 @@ services:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
restart: always
volumes:
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs