fix: 更新 mineru 容器名称为 mineru-vllm-server,并在初始化脚本中添加 PostgreSQL 镜像
This commit is contained in:
parent
b08ae33678
commit
57698e314b
@ -177,7 +177,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: docker/mineru.Dockerfile
|
dockerfile: docker/mineru.Dockerfile
|
||||||
image: mineru-vllm:latest
|
image: mineru-vllm:latest
|
||||||
container_name: mineru
|
container_name: mineru-vllm-server
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@ -66,7 +66,8 @@ $images = @(
|
|||||||
"minio/minio:RELEASE.2023-03-20T20-16-18Z",
|
"minio/minio:RELEASE.2023-03-20T20-16-18Z",
|
||||||
"ghcr.io/astral-sh/uv:0.7.2",
|
"ghcr.io/astral-sh/uv:0.7.2",
|
||||||
"nginx:alpine",
|
"nginx:alpine",
|
||||||
"quay.io/coreos/etcd:v3.5.5"
|
"quay.io/coreos/etcd:v3.5.5",
|
||||||
|
"postgres:16"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Pull each image
|
# Pull each image
|
||||||
|
|||||||
@ -64,6 +64,7 @@ images=(
|
|||||||
"ghcr.io/astral-sh/uv:0.7.2"
|
"ghcr.io/astral-sh/uv:0.7.2"
|
||||||
"nginx:alpine"
|
"nginx:alpine"
|
||||||
"quay.io/coreos/etcd:v3.5.5"
|
"quay.io/coreos/etcd:v3.5.5"
|
||||||
|
"postgres:16"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Pull each image
|
# Pull each image
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user