mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-02 04:20:50 +08:00
17 lines
400 B
YAML
17 lines
400 B
YAML
services:
|
|
cli-proxy-api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: cli-proxy-api:latest
|
|
container_name: cli-proxy-api
|
|
ports:
|
|
- "8317:8317"
|
|
- "8085:8085"
|
|
- "1455:1455"
|
|
- "54545:54545"
|
|
volumes:
|
|
- ./config.yaml:/CLIProxyAPI/config.yaml
|
|
- ./auths:/root/.cli-proxy-api
|
|
- ./logs:/CLIProxyAPI/logs
|
|
restart: unless-stopped |