Import cc-haha and new-api into a single repository layout for unified delivery. Made-with: Cursor
16 lines
444 B
YAML
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
|