Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-25 12:48:25 +00:00
parent 0ae5d79a39
commit b19a083db9
42 changed files with 5 additions and 5 deletions
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.14
image: qyg2297248353/ammds:v1.6.15
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: mdcng/mdc:1.3.0
image: mdcng/mdc:1.3.1
labels:
createdBy: Apps
networks:
@@ -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.1
image: nacos/nacos-server:v3.0.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -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.1
image: nacos/nacos-server:v3.0.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP}
image: ghcr.io/nodepassproject/nodepassdash:2.0.2
image: ghcr.io/nodepassproject/nodepassdash:2.0.3
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}