chore: update versions
This commit is contained in:
@@ -32,7 +32,7 @@ Compose Anything helps users quickly deploy various services by providing a set
|
|||||||
| [Firecrawl](./src/firecrawl) | latest |
|
| [Firecrawl](./src/firecrawl) | latest |
|
||||||
| [frpc](./src/frpc) | 0.64.0 |
|
| [frpc](./src/frpc) | 0.64.0 |
|
||||||
| [frps](./src/frps) | 0.64.0 |
|
| [frps](./src/frps) | 0.64.0 |
|
||||||
| [Gitea Runner](./src/gitea-runner) | 0.2.12 |
|
| [Gitea Runner](./src/gitea-runner) | 0.2.13 |
|
||||||
| [Gitea](./src/gitea) | 1.24.6 |
|
| [Gitea](./src/gitea) | 1.24.6 |
|
||||||
| [GitLab Runner](./src/gitlab-runner) | 17.10.1 |
|
| [GitLab Runner](./src/gitlab-runner) | 17.10.1 |
|
||||||
| [GitLab](./src/gitlab) | 17.10.4-ce.0 |
|
| [GitLab](./src/gitlab) | 17.10.4-ce.0 |
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Compose Anything 通过提供一组高质量的 Docker Compose 配置文件,
|
|||||||
| [Firecrawl](./src/firecrawl) | latest |
|
| [Firecrawl](./src/firecrawl) | latest |
|
||||||
| [frpc](./src/frpc) | 0.64.0 |
|
| [frpc](./src/frpc) | 0.64.0 |
|
||||||
| [frps](./src/frps) | 0.64.0 |
|
| [frps](./src/frps) | 0.64.0 |
|
||||||
| [Gitea Runner](./src/gitea-runner) | 0.2.12 |
|
| [Gitea Runner](./src/gitea-runner) | 0.2.13 |
|
||||||
| [Gitea](./src/gitea) | 1.24.6 |
|
| [Gitea](./src/gitea) | 1.24.6 |
|
||||||
| [GitLab Runner](./src/gitlab-runner) | 17.10.1 |
|
| [GitLab Runner](./src/gitlab-runner) | 17.10.1 |
|
||||||
| [GitLab](./src/gitlab) | 17.10.4-ce.0 |
|
| [GitLab](./src/gitlab) | 17.10.4-ce.0 |
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# MinerU Docker image
|
# MinerU Docker image
|
||||||
MINERU_DOCKER_IMAGE=alexsuntop/mineru:2.6.5
|
MINERU_DOCKER_IMAGE=alexsuntop/mineru:2.6.6
|
||||||
|
|
||||||
# Port configurations
|
# Port configurations
|
||||||
MINERU_PORT_OVERRIDE_VLLM=30000
|
MINERU_PORT_OVERRIDE_VLLM=30000
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ mineru -p demo.pdf -o ./output -b vlm-http-client -u http://localhost:30000
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
- `MINERU_VERSION`: The version for MinerU, default is `2.6.5`.
|
- `MINERU_VERSION`: The version for MinerU, default is `2.6.6`.
|
||||||
- `MINERU_PORT_OVERRIDE_VLLM`: The host port for the VLLM server, default is `30000`.
|
- `MINERU_PORT_OVERRIDE_VLLM`: The host port for the VLLM server, default is `30000`.
|
||||||
- `MINERU_PORT_OVERRIDE_API`: The host port for the API service, default is `8000`.
|
- `MINERU_PORT_OVERRIDE_API`: The host port for the API service, default is `8000`.
|
||||||
- `MINERU_PORT_OVERRIDE_GRADIO`: The host port for the Gradio WebUI, default is `7860`.
|
- `MINERU_PORT_OVERRIDE_GRADIO`: The host port for the Gradio WebUI, default is `7860`.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ mineru -p demo.pdf -o ./output -b vlm-http-client -u http://localhost:30000
|
|||||||
|
|
||||||
## 配置
|
## 配置
|
||||||
|
|
||||||
- `MINERU_VERSION`: MinerU 的 Docker 镜像版本,默认为 `2.6.5`。
|
- `MINERU_VERSION`: MinerU 的 Docker 镜像版本,默认为 `2.6.6`。
|
||||||
- `MINERU_PORT_OVERRIDE_VLLM`: VLLM 服务器的主机端口,默认为 `30000`。
|
- `MINERU_PORT_OVERRIDE_VLLM`: VLLM 服务器的主机端口,默认为 `30000`。
|
||||||
- `MINERU_PORT_OVERRIDE_API`: API 服务的主机端口,默认为 `8000`。
|
- `MINERU_PORT_OVERRIDE_API`: API 服务的主机端口,默认为 `8000`。
|
||||||
- `MINERU_PORT_OVERRIDE_GRADIO`: Gradio WebUI 的主机端口,默认为 `7860`。
|
- `MINERU_PORT_OVERRIDE_GRADIO`: Gradio WebUI 的主机端口,默认为 `7860`。
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ x-defaults: &defaults
|
|||||||
|
|
||||||
x-mineru-vllm: &mineru-vllm
|
x-mineru-vllm: &mineru-vllm
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
image: ${GLOBAL_REGISTRY:-}alexsuntop/mineru:${MINERU_VERSION:-2.6.5}
|
image: ${GLOBAL_REGISTRY:-}alexsuntop/mineru:${MINERU_VERSION:-2.6.6}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ This service sets up a Gitea Runner.
|
|||||||
1. Generate the `config.yaml` file:
|
1. Generate the `config.yaml` file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --entrypoint="" --rm -it gitea/act_runner:0.2.12 act_runner generate-config > config.yaml
|
docker run --entrypoint="" --rm -it gitea/act_runner:0.2.13 act_runner generate-config > config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Configure `config.yaml`, for example:
|
2. Configure `config.yaml`, for example:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
1. 生成 `config.yaml` 文件:
|
1. 生成 `config.yaml` 文件:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --entrypoint="" --rm -it gitea/act_runner:0.2.12 act_runner generate-config > config.yaml
|
docker run --entrypoint="" --rm -it gitea/act_runner:0.2.13 act_runner generate-config > config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
2. 配置 `config.yaml`,例如:
|
2. 配置 `config.yaml`,例如:
|
||||||
|
|||||||
@@ -32,6 +32,11 @@ runner:
|
|||||||
fetch_timeout: 5s
|
fetch_timeout: 5s
|
||||||
# The interval for fetching the job from the Gitea instance.
|
# The interval for fetching the job from the Gitea instance.
|
||||||
fetch_interval: 2s
|
fetch_interval: 2s
|
||||||
|
# The github_mirror of a runner is used to specify the mirror address of the github that pulls the action repository.
|
||||||
|
# It works when something like `uses: actions/checkout@v4` is used and DEFAULT_ACTIONS_URL is set to github,
|
||||||
|
# and github_mirror is not empty. In this case,
|
||||||
|
# it replaces https://github.com with the value here, which is useful for some special network environments.
|
||||||
|
github_mirror: ''
|
||||||
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
||||||
# Like: "macos-arm64:host" or "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
# Like: "macos-arm64:host" or "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
||||||
# Find more images provided by Gitea at https://gitea.com/docker.gitea.com/runner-images .
|
# Find more images provided by Gitea at https://gitea.com/docker.gitea.com/runner-images .
|
||||||
@@ -66,7 +71,7 @@ container:
|
|||||||
# If it's empty, act_runner will create a network automatically.
|
# If it's empty, act_runner will create a network automatically.
|
||||||
network: ""
|
network: ""
|
||||||
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
|
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
|
||||||
privileged: true #! #####CHANGED#####
|
privileged: false
|
||||||
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
||||||
options:
|
options:
|
||||||
# The parent directory of a job's working directory.
|
# The parent directory of a job's working directory.
|
||||||
@@ -91,9 +96,13 @@ container:
|
|||||||
# If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
|
# If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
|
||||||
docker_host: ""
|
docker_host: ""
|
||||||
# Pull docker image(s) even if already present
|
# Pull docker image(s) even if already present
|
||||||
force_pull: false #! #####CHANGED#####
|
force_pull: true
|
||||||
# Rebuild docker image(s) even if already present
|
# Rebuild docker image(s) even if already present
|
||||||
force_rebuild: false
|
force_rebuild: false
|
||||||
|
# Always require a reachable docker daemon, even if not required by act_runner
|
||||||
|
require_docker: false
|
||||||
|
# Timeout to wait for the docker daemon to be reachable, if docker is required by require_docker or act_runner
|
||||||
|
docker_timeout: 0s
|
||||||
|
|
||||||
host:
|
host:
|
||||||
# The parent directory of a job's working directory.
|
# The parent directory of a job's working directory.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Gitea Version
|
# Gitea Version
|
||||||
GITEA_VERSION=1.24.6-rootless
|
GITEA_VERSION=1.25.2-rootless
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
GITEA_DB_TYPE=postgres
|
GITEA_DB_TYPE=postgres
|
||||||
@@ -13,4 +13,4 @@ POSTGRES_DB=gitea
|
|||||||
|
|
||||||
# Gitea ports
|
# Gitea ports
|
||||||
GITEA_HTTP_PORT=3000
|
GITEA_HTTP_PORT=3000
|
||||||
GITEA_SSH_PORT=3022
|
GITEA_SSH_PORT=2222
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ x-defaults: &defaults
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
image: ${GLOBAL_REGISTRY:-}gitea/gitea:${GITEA_VERSION:-1.24.6-rootless}
|
image: ${GLOBAL_REGISTRY:-}gitea/gitea:${GITEA_VERSION:-1.25.2-rootless}
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
@@ -20,10 +20,11 @@ services:
|
|||||||
- GITEA__database__NAME=${POSTGRES_DB:-gitea}
|
- GITEA__database__NAME=${POSTGRES_DB:-gitea}
|
||||||
- GITEA__database__PASSWD=${POSTGRES_PASSWORD:-gitea}
|
- GITEA__database__PASSWD=${POSTGRES_PASSWORD:-gitea}
|
||||||
volumes:
|
volumes:
|
||||||
- ./gitea:/data
|
- gitea_data:/var/lib/gitea
|
||||||
|
- ./config:/etc/gitea
|
||||||
ports:
|
ports:
|
||||||
- "${GITEA_HTTP_PORT:-3000}:3000"
|
- "${GITEA_HTTP_PORT:-3000}:3000"
|
||||||
- "${GITEA_SSH_PORT:-3022}:22"
|
- "${GITEA_SSH_PORT:-2222}:2222"
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ This service deploys NexaSDK Docker for running AI models with OpenAI-compatible
|
|||||||
### CPU Mode
|
### CPU Mode
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose --profile cpu up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
### GPU Mode (CUDA)
|
### GPU Mode (CUDA)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
### CPU 模式
|
### CPU 模式
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose --profile cpu up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
### GPU 模式(CUDA)
|
### GPU 模式(CUDA)
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ x-defaults: &defaults
|
|||||||
services:
|
services:
|
||||||
nexa-sdk:
|
nexa-sdk:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
profiles:
|
||||||
|
- cpu
|
||||||
image: ${GLOBAL_REGISTRY:-}nexa4ai/nexasdk:${NEXA_SDK_VERSION:-v0.2.62}
|
image: ${GLOBAL_REGISTRY:-}nexa4ai/nexasdk:${NEXA_SDK_VERSION:-v0.2.62}
|
||||||
ports:
|
ports:
|
||||||
- "${NEXA_SDK_PORT_OVERRIDE:-18181}:18181"
|
- "${NEXA_SDK_PORT_OVERRIDE:-18181}:18181"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Phoenix version
|
# Phoenix version
|
||||||
PHOENIX_VERSION=version-12.19.0
|
PHOENIX_VERSION=12.25.0-nonroot
|
||||||
|
|
||||||
# Timezone
|
# Timezone
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Arize Phoenix is an open-source AI observability platform for LLM applications.
|
|||||||
|
|
||||||
| Variable Name | Description | Default Value |
|
| Variable Name | Description | Default Value |
|
||||||
| -------------------------- | ------------------------------------- | ----------------- |
|
| -------------------------- | ------------------------------------- | ----------------- |
|
||||||
| PHOENIX_VERSION | Phoenix image version | `version-12.19.0` |
|
| PHOENIX_VERSION | Phoenix image version | `12.25.0-nonroot` |
|
||||||
| PHOENIX_PORT_OVERRIDE | Host port for Phoenix UI and HTTP API | `6006` |
|
| PHOENIX_PORT_OVERRIDE | Host port for Phoenix UI and HTTP API | `6006` |
|
||||||
| PHOENIX_GRPC_PORT_OVERRIDE | Host port for OTLP gRPC collector | `4317` |
|
| PHOENIX_GRPC_PORT_OVERRIDE | Host port for OTLP gRPC collector | `4317` |
|
||||||
| PHOENIX_ENABLE_PROMETHEUS | Enable Prometheus metrics endpoint | `false` |
|
| PHOENIX_ENABLE_PROMETHEUS | Enable Prometheus metrics endpoint | `false` |
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Arize Phoenix 是一个开源的 AI 可观测性平台,专为 LLM 应用设计
|
|||||||
|
|
||||||
| 变量名 | 描述 | 默认值 |
|
| 变量名 | 描述 | 默认值 |
|
||||||
| -------------------------- | --------------------------------- | ----------------- |
|
| -------------------------- | --------------------------------- | ----------------- |
|
||||||
| PHOENIX_VERSION | Phoenix 镜像版本 | `version-12.19.0` |
|
| PHOENIX_VERSION | Phoenix 镜像版本 | `12.25.0-nonroot` |
|
||||||
| PHOENIX_PORT_OVERRIDE | Phoenix UI 和 HTTP API 的主机端口 | `6006` |
|
| PHOENIX_PORT_OVERRIDE | Phoenix UI 和 HTTP API 的主机端口 | `6006` |
|
||||||
| PHOENIX_GRPC_PORT_OVERRIDE | OTLP gRPC 采集器的主机端口 | `4317` |
|
| PHOENIX_GRPC_PORT_OVERRIDE | OTLP gRPC 采集器的主机端口 | `4317` |
|
||||||
| PHOENIX_ENABLE_PROMETHEUS | 启用 Prometheus 指标端点 | `false` |
|
| PHOENIX_ENABLE_PROMETHEUS | 启用 Prometheus 指标端点 | `false` |
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ x-defaults: &defaults
|
|||||||
services:
|
services:
|
||||||
phoenix:
|
phoenix:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
image: ${GLOBAL_REGISTRY:-}arizephoenix/phoenix:${PHOENIX_VERSION:-version-12.19.0}
|
image: ${GLOBAL_REGISTRY:-}arizephoenix/phoenix:${PHOENIX_VERSION:-12.25.0-nonroot}
|
||||||
ports:
|
ports:
|
||||||
- "${PHOENIX_PORT_OVERRIDE:-6006}:6006" # UI and OTLP HTTP collector
|
- "${PHOENIX_PORT_OVERRIDE:-6006}:6006" # UI and OTLP HTTP collector
|
||||||
- "${PHOENIX_GRPC_PORT_OVERRIDE:-4317}:4317" # OTLP gRPC collector
|
- "${PHOENIX_GRPC_PORT_OVERRIDE:-4317}:4317" # OTLP gRPC collector
|
||||||
|
|||||||
Reference in New Issue
Block a user