Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-20 15:21:43 +00:00
parent ccb8c2c8f9
commit 6cad60adb2
24 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ services:
- .env - .env
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
image: qyg2297248353/ammds:v1.0.0 image: qyg2297248353/ammds:v1.0.1
labels: labels:
createdBy: Apps createdBy: Apps
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}

View File

@ -9,7 +9,7 @@ services:
- .env - .env
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
image: gotson/komga:1.19.1 image: gotson/komga:1.20.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -12,7 +12,7 @@ services:
- UMASK=022 - UMASK=022
- WEBUI_PORT=${PANEL_APP_PORT_HTTP} - WEBUI_PORT=${PANEL_APP_PORT_HTTP}
- TORRENTING_PORT=${PANEL_APP_PORT_TORRENTING} - TORRENTING_PORT=${PANEL_APP_PORT_TORRENTING}
image: linuxserver/qbittorrent:5.0.3 image: linuxserver/qbittorrent:5.0.4
labels: labels:
createdBy: Apps createdBy: Apps
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}