发布 bili-fetcher

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-06-03 10:30:56 +08:00
parent 9881666fe8
commit b6b5c894e8
14 changed files with 734 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ networks:
services:
bili-fetcher-api:
image: qyg2297248353/bili-fetcher:v1.5.5.1
image: qyg2297248353/bili-fetcher:latest
container_name: api-${CONTAINER_NAME}
restart: always
networks:
@@ -22,7 +22,7 @@ services:
- DOCKER_ENV=true
bili-fetcher-web:
image: qyg2297248353/bili-fetcher-web:v1.3.6.2
image: qyg2297248353/bili-fetcher-web:latest
depends_on:
- bili-fetcher-api
container_name: ${CONTAINER_NAME}