Cherry Studio 客户端优化
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 35s

This commit is contained in:
2025-12-10 17:40:43 +08:00
parent 0840f35408
commit 95722c97e4
10 changed files with 1515 additions and 69 deletions

View File

@@ -1,8 +1,11 @@
services:
oci-genai-gateway:
# 使用本地 Dockerfile 构建镜像
build:
context: .
dockerfile: Dockerfile
# 使用预构建的镜像(如有需要可取消注释)
# image: gitea.bcde.io/wangdefa/oracle-openai:latest
container_name: oci-genai-gateway
ports:
- "8000:8000"