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

This commit is contained in:
2025-09-01 13:43:16 +08:00
20 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@ networks:
services: services:
bili-fetcher-api: bili-fetcher-api:
image: qyg2297248353/bili-fetcher:v1.6.5 image: qyg2297248353/bili-fetcher:v1.6.6
container_name: api-${CONTAINER_NAME} container_name: api-${CONTAINER_NAME}
restart: always restart: always
networks: networks:
@@ -22,7 +22,7 @@ services:
- DOCKER_ENV=true - DOCKER_ENV=true
bili-fetcher-web: bili-fetcher-web:
image: qyg2297248353/bili-fetcher-web:v1.6.5 image: qyg2297248353/bili-fetcher-web:v1.6.6
depends_on: depends_on:
- bili-fetcher-api - bili-fetcher-api
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
@@ -4,7 +4,7 @@ networks:
services: services:
smanga: smanga:
image: lkw199711/smanga-nodejs:4.1.4 image: lkw199711/smanga-nodejs:4.1.5
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"