Files
Luminary/docker-compose.yml
T
renjue a831012c48
CI / docker (push) Failing after 1m35s
Add Gitea CI, align Docker for multi-arch, and drop legacy YAML config.
Introduce Gitea Actions workflow and CI-aligned Dockerfile; remove file-based
config in favor of SQLite settings; refresh branding and tighten gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:10:38 +08:00

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: