发布 BiliFetcher
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
f5bcabbe23
commit
59dc6c0ebf
|
|
@ -4,10 +4,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bili-fetcher-api:
|
bili-fetcher-api:
|
||||||
image: bilibili-api:latest
|
image: qyg2297248353/bili-fetcher:v1.5.5.1
|
||||||
build:
|
|
||||||
context: https://github.com/2977094657/BilibiliHistoryFetcher.git
|
|
||||||
dockerfile: docker/Dockerfile.cpu
|
|
||||||
container_name: api-${CONTAINER_NAME}
|
container_name: api-${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -23,10 +20,7 @@ services:
|
||||||
- DOCKER_ENV=true
|
- DOCKER_ENV=true
|
||||||
|
|
||||||
bili-fetcher-web:
|
bili-fetcher-web:
|
||||||
image: bilibili-frontend:latest
|
image: qyg2297248353/bili-fetcher-web:v1.3.6.2
|
||||||
build:
|
|
||||||
context: https://github.com/2977094657/BiliHistoryFrontend.git
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- bili-fetcher-api
|
- bili-fetcher-api
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue