Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-29 06:30:43 +00:00
parent f28a6b1308
commit 630f788954
27 changed files with 884 additions and 21 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ services:
- .env
environment:
- MODE=standalone
- NACOS_SERVER_PORT=8848
- NACOS_SERVER_PORT=${PANEL_APP_PORT_HTTP:-8848}
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v2.5.1
@@ -17,7 +17,7 @@ services:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:8848
- ${PANEL_APP_PORT_HTTP:-8848}:${PANEL_APP_PORT_HTTP:-8848}
- ${PANEL_APP_PORT_GRPC_CLIENT}:9848
- ${PANEL_APP_PORT_GRPC_SERVER}:9849
restart: always