Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-08 03:49:38 +00:00
parent 1ca353cea7
commit 64143ea7cb
165 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ networks:
external: true
services:
minio:
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
--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: minio/minio:RELEASE.2025-07-23T15-54-02Z
image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z
labels:
createdBy: Apps
logging:
@@ -27,7 +27,7 @@ services:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
restart: always
volumes:
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs