mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00:00
15 lines
313 B
YAML
15 lines
313 B
YAML
services:
|
|
ccr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: claude-code-router:local
|
|
ports:
|
|
# Publish only Nginx. Internal web/gateway listeners stay inside the container.
|
|
- "3458:8080"
|
|
volumes:
|
|
- ccr-data:/data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
ccr-data:
|