Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-26 10:02:47 +00:00
parent 32776f60e9
commit 4aec3d9c8e
183 changed files with 1498 additions and 1498 deletions
+3 -3
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