24 lines
521 B
YAML
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
|