Files
heicode-win/heicode/docker-compose.override.yml
T
gongzhiyong 1f21309597 refactor: rename manager codebase dir new-api → heicode, module github.com/heicode/manager
Remove user-facing new-api naming; Docker/network/container names use heicode.
Go imports updated; Dockerfiles and workflows ldflags fixed.

Made-with: Cursor
2026-05-01 01:47:23 +08:00

16 lines
444 B
YAML

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