Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-03-11 09:21:25 +00:00
parent ae32c46b1a
commit 938d24ffe2
18 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ services:
- LOG_LEVEL=debug - LOG_LEVEL=debug
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- https_proxy=${http_proxy:-} - https_proxy=${http_proxy:-}
image: fallenbagel/jellyseerr:2.4.0 image: fallenbagel/jellyseerr:2.5.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
+1 -1
View File
@@ -16,4 +16,4 @@ services:
- ${PANEL_APP_PORT_HTTP}:80 - ${PANEL_APP_PORT_HTTP}:80
restart: always restart: always
volumes: volumes:
- ${MACCMS10_ROOT_PATH}/iycms:/app/iycms - ${MACCMS10_ROOT_PATH}/www:/var/www
@@ -12,7 +12,7 @@ services:
- NACOS_SERVER_PORT=8848 - NACOS_SERVER_PORT=8848
- NACOS_AUTH_ENABLE=true - NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql - SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v2.5.0 image: nacos/nacos-server:v2.5.1
labels: labels:
createdBy: Apps createdBy: Apps
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}