Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
Meng Sen
2025-09-01 13:43:16 +08:00
20 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ networks:
services:
bili-fetcher-api:
image: qyg2297248353/bili-fetcher:v1.6.5
image: qyg2297248353/bili-fetcher:v1.6.6
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.6.5
image: qyg2297248353/bili-fetcher-web:v1.6.6
depends_on:
- bili-fetcher-api
container_name: ${CONTAINER_NAME}

View File

@@ -4,7 +4,7 @@ networks:
services:
smanga:
image: lkw199711/smanga-nodejs:4.1.4
image: lkw199711/smanga-nodejs:4.1.5
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"