Cherry Studio 客户端优化
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 35s
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 35s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user