feat:调整reader

This commit is contained in:
okxlin 2024-12-15 22:18:53 +08:00
parent 479547067c
commit 7320898671
7 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@ services:
- READER_APP_SECURE=true - READER_APP_SECURE=true
- READER_APP_SECUREKEY=${PASSWORD} - READER_APP_SECUREKEY=${PASSWORD}
- READER_APP_INVITECODE=${INVITE_CODE} - READER_APP_INVITECODE=${INVITE_CODE}
image: hectorqin/reader:3.2.11 image: hectorqin/reader:2.7.4
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -19,7 +19,7 @@ services:
- READER_APP_SECURE=true - READER_APP_SECURE=true
- READER_APP_SECUREKEY=${PASSWORD} - READER_APP_SECUREKEY=${PASSWORD}
- READER_APP_INVITECODE=${INVITE_CODE} - READER_APP_INVITECODE=${INVITE_CODE}
image: hectorqin/reader:3.2.11 image: hectorqin/reader:3.2.12
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -37,6 +37,10 @@
{ {
"matchFileNames": ["apps/php-unofficial/8.1.*/*.yml"], "matchFileNames": ["apps/php-unofficial/8.1.*/*.yml"],
"allowedVersions": "/^8.1.*/" "allowedVersions": "/^8.1.*/"
},
{
"matchFileNames": ["apps/reader/2.7.*/*.yml"],
"allowedVersions": "/^2.7.*/"
} }
], ],
"prCreation": "immediate" "prCreation": "immediate"