1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2023-12-01 07:03:37 +00:00
parent 4cb9974d1a
commit 78137f6749
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
CONTAINER_NAME="chinesesubfinder"
PANEL_APP_PORT_HTTP="40158"
PANEL_APP_PORT_IMAGE="40159"
DATA_PATH="./data"
MEDIA_PATH="./data/media"
MEDIA_PATH2="./data/media2"

View File

@@ -0,0 +1,39 @@
additionalProperties:
formFields:
- default: 40158
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: 40159
edit: true
envKey: PANEL_APP_PORT_IMAGE
labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port)
labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port)
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/media
edit: true
envKey: MEDIA_PATH
labelEn: Media folder path
labelZh: 媒体文件夹路径
required: true
type: text
- default: ./data/media2
edit: true
envKey: MEDIA_PATH2
labelEn: Media folder path
labelZh: 媒体文件夹路径
required: true
type: text

View File

@@ -0,0 +1,33 @@
version: '3'
services:
chinesesubfinder:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:19035"
- "127.0.0.1:${PANEL_APP_PORT_IMAGE}:19037"
volumes:
- ${DATA_PATH}/config:/config
- ${MEDIA_PATH}:/media
- ${MEDIA_PATH2}:/media2
- ${DATA_PATH}/browser:/root/.cache/rod/browser
environment:
- PUID=1026
- PGID=100
- PERMS=true
- TZ=Asia/Shanghai
- UMASK=022
logging:
driver: "json-file"
options:
max-size: "5m"
hostname: chinesesubfinder
image: allanpk716/chinesesubfinder:v0.55.3
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true