Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-29 06:30:45 +00:00
parent ef348e9d58
commit 9c537f985d
18 changed files with 609 additions and 12 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