# 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