Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2025-01-21 09:19:45 +00:00
parent 7e7557b5b2
commit 637d830434
18 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ services:
- UMASK=022
- HTTP_PROXY=${PROXY_HOST}
- HTTPS_PROXY=${PROXY_HOST}
image: jxxghp/moviepilot-v2:2.2.2
image: jxxghp/moviepilot-v2:2.2.3
labels:
createdBy: Apps
logging:

View File

@ -12,7 +12,7 @@ services:
- NACOS_SERVER_PORT=8848
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v2.4.3
image: nacos/nacos-server:v2.5.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}