0a9bb53f80
CI / docker (push) Successful in 2m7s
OpenAI-compatible AI gateway with Vue admin UI, multi-provider egress, ingress key governance, monitoring, and security controls. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
571 B
YAML
24 lines
571 B
YAML
services:
|
|
luminary:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
IMAGE_PREFIX: docker.1panel.live/library/
|
|
APK_MIRROR: mirrors.aliyun.com
|
|
GOPROXY: https://goproxy.cn,direct
|
|
GOSUMDB: sum.golang.google.cn
|
|
image: ${LUMINARY_IMAGE:-registry.rc707blog.top/rose_cat707/luminary:latest}
|
|
container_name: luminary
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8293:8293"
|
|
environment:
|
|
LUMINARY_DATA: /data
|
|
LUMINARY_ADDR: ":8293"
|
|
volumes:
|
|
- luminary-data:/data
|
|
|
|
volumes:
|
|
luminary-data:
|