zizi ebf4d8c3c3
Some checks failed
CI / test (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled
docs(ops): record remote runtime inventory
2026-06-05 17:06:25 +08:00

24 lines
521 B
YAML

services:
cli-proxy-api:
image: eceasy/cli-proxy-api:v7.1.39
container_name: cli-proxy-api
env_file:
- ./secrets/cliproxyapi.env
environment:
TZ: Asia/Shanghai
ports:
- "127.0.0.1:8317:8317"
volumes:
- ./config.yaml:/CLIProxyAPI/config.yaml:ro
- ./auths:/root/.cli-proxy-api
- ./logs:/CLIProxyAPI/logs
networks:
sub2api-network:
aliases:
- cli-proxy-api
restart: unless-stopped
networks:
sub2api-network:
external: true