1
0

chore(deps): update moviepilot to v2.9.13 (localApps) (#4297)

This commit is contained in:
renovate[bot]
2026-03-02 04:19:04 +00:00
committed by GitHub
parent e692a5d293
commit d10ea284af
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,41 @@
networks:
1panel-network:
external: true
services:
movie-pilot-v2:
image: jxxghp/moviepilot-v2:2.9.13
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
stdin_open: true
tty: true
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
- ${PANEL_APP_PORT_API}:3001
env_file:
- ./envs/movie-pilot.env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${MOVIEPILOT_ROOT_PATH}/config:/config
- ${MOVIEPILOT_ROOT_PATH}/ms-playwright:/moviepilot/.cache/ms-playwright
- ${MOVIEPILOT_DOWNLOADS_PATH}/download:/download
- ${MOVIEPILOT_DOWNLOADS_PATH}/media:/media
environment:
- NGINX_PORT=3000
- PORT=3001
- PUID=0
- PGID=0
- UMASK=022
- TZ=Asia/Shanghai
- CACHE_BACKEND_TYPE=cachetools
- AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt
- HTTP_PROXY=${PROXY_HOST}
- HTTPS_PROXY=${PROXY_HOST}
logging:
driver: json-file
options:
max-size: 5m