2026-04-01 18:38:58 +08:00
|
|
|
services:
|
|
|
|
|
cliproxyapi-plus:
|
|
|
|
|
image: eceasy/cli-proxy-api-plus:latest
|
|
|
|
|
container_name: ${CONTAINER_NAME}
|
|
|
|
|
restart: always
|
|
|
|
|
networks:
|
|
|
|
|
- 1panel-network
|
|
|
|
|
ports:
|
2026-04-02 22:50:35 +08:00
|
|
|
- "${PANEL_APP_PORT_HTTP}:8317"
|
|
|
|
|
- "${PANEL_APP_PORT_PROXY}:8085"
|
|
|
|
|
- "${PANEL_APP_PORT_1455}:1455"
|
|
|
|
|
- "${PANEL_APP_PORT_54545}:54545"
|
|
|
|
|
- "${PANEL_APP_PORT_51121}:51121"
|
|
|
|
|
- "${PANEL_APP_PORT_11451}:11451"
|
2026-04-01 18:38:58 +08:00
|
|
|
volumes:
|
|
|
|
|
- ./data/config.yaml:/CLIProxyAPI/config.yaml
|
|
|
|
|
- ./data/auths:/root/.cli-proxy-api
|
|
|
|
|
- ./data/logs:/CLIProxyAPI/logs
|
|
|
|
|
environment:
|
|
|
|
|
- TZ=${TZ}
|
|
|
|
|
labels:
|
|
|
|
|
createdBy: "Apps"
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
1panel-network:
|
|
|
|
|
external: true
|