ed4090a910
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 2m11s
Introduce a localhost-only LiteLLM service template and expose a protected dashboard health endpoint for operational visibility, while adding cc-connect mobile bridge templates with conservative defaults. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
515 B
YAML
23 lines
515 B
YAML
services:
|
|
cc-connect:
|
|
image: chenhg5/cc-connect:latest
|
|
container_name: cc-connect
|
|
restart: unless-stopped
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.enable=true"
|
|
env_file:
|
|
- path: .env
|
|
required: false
|
|
volumes:
|
|
- ./config.toml:/app/config.toml:ro
|
|
command:
|
|
- "--config"
|
|
- "/app/config.toml"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|