fix: 更新 mineru 容器名称为 mineru-vllm-server,并在初始化脚本中添加 PostgreSQL 镜像

This commit is contained in:
Wenjie Zhang 2026-01-27 16:00:22 +08:00
parent b08ae33678
commit 57698e314b
3 changed files with 4 additions and 2 deletions

View File

@ -177,7 +177,7 @@ services:
context: .
dockerfile: docker/mineru.Dockerfile
image: mineru-vllm:latest
container_name: mineru
container_name: mineru-vllm-server
profiles:
- all
env_file:

View File

@ -66,7 +66,8 @@ $images = @(
"minio/minio:RELEASE.2023-03-20T20-16-18Z",
"ghcr.io/astral-sh/uv:0.7.2",
"nginx:alpine",
"quay.io/coreos/etcd:v3.5.5"
"quay.io/coreos/etcd:v3.5.5",
"postgres:16"
)
# Pull each image

View File

@ -64,6 +64,7 @@ images=(
"ghcr.io/astral-sh/uv:0.7.2"
"nginx:alpine"
"quay.io/coreos/etcd:v3.5.5"
"postgres:16"
)
# Pull each image