Files
heicode/new-api/docker-compose.override.yml
T
gongzhiyong 1efcf73992 chore: consolidate heicode workspace into single repository
Import cc-haha and new-api into a single repository layout for unified delivery.

Made-with: Cursor
2026-04-29 21:08:15 +08:00

16 lines
444 B
YAML

# Override file: build new-api from local source so the HeiCode OAuth bridge
# (controller/heicode_oauth.go + router/heicode-router.go) is included.
#
# Usage:
# docker compose up -d --build new-api
#
# Remove this file (or rename it) to fall back to the upstream
# calciumion/new-api:latest image declared in docker-compose.yml.
services:
new-api:
image: new-api-heicode:local
build:
context: .
dockerfile: Dockerfile