1
0

chore(deps): update sctx/overseerr docker tag to v1.35.0 (#4118)

This commit is contained in:
renovate[bot]
2026-02-19 14:22:03 +00:00
committed by GitHub
parent 04875f5e50
commit 0feb103a5b
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: OVERSEERR_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 5055
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
overseerr:
image: sctx/overseerr:1.35.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5055
volumes:
- ${OVERSEERR_ROOT_PATH}/config:/app/config
environment:
- PORT=5055
- TZ=Asia/Shanghai
- LOG_LEVEL=debug