1
0

chore(deps): update bilibili history fetcher to v1.6.9 (#3071)

This commit is contained in:
renovate[bot]
2025-12-22 04:19:24 +00:00
committed by GitHub
parent ac588146c2
commit 6068ff840c
9 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
networks:
1panel-network:
external: true
services:
bili-fetcher-api:
image: qyg2297248353/bili-fetcher:v1.6.9
container_name: api-${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_API}:8899
volumes:
- ${BILI_FETCHER_ROOT_PATH}/config:/app/config
- ${BILI_FETCHER_ROOT_PATH}/output:/app/output
environment:
- TZ=Asia/Shanghai
- DOCKER_ENV=true
bili-fetcher-web:
image: qyg2297248353/bili-fetcher-web:v1.6.9
depends_on:
- bili-fetcher-api
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
environment:
- BACKEND_URL=http://bili-fetcher-api:8899
- TZ=Asia/Shanghai