Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-22 06:33:28 +00:00
parent 8048ebec8e
commit 2c8f8036f2
24 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ services:
- NACOS_CONSOLE_PORT=${PANEL_APP_PORT_HTTP:-8080}
- NACOS_SERVER_PORT=${PANEL_APP_PORT_API:-8848}
- NACOS_AUTH_ENABLE=true
image: nacos/nacos-server:v3.0.3
image: nacos/nacos-server:v3.1.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -13,7 +13,7 @@ services:
- NACOS_SERVER_PORT=${PANEL_APP_PORT_API:-8848}
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v3.0.3
image: nacos/nacos-server:v3.1.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -12,7 +12,7 @@ services:
- NACOS_CONSOLE_PORT=${PANEL_APP_PORT_HTTP:-8080}
- NACOS_SERVER_PORT=${PANEL_APP_PORT_API:-8848}
- NACOS_AUTH_ENABLE=true
image: nacos/nacos-server:v3.0.3
image: nacos/nacos-server:v3.1.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -13,7 +13,7 @@ services:
- NACOS_SERVER_PORT=${PANEL_APP_PORT_API:-8848}
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v3.0.3
image: nacos/nacos-server:v3.1.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}