Files
appstore/apps/cli-proxy-api/7.2.117/docker-compose.yml
T
okxlin a7a5aa7a56 Update cli-proxy-api app
Rebuilt-from-PR: #5845
Source-PR: https://github.com/okxlin/appstore/pull/5845
Maintainer-workflow: appstore-pr-maintainer
2026-08-22 01:26:16 +08:00

27 lines
715 B
YAML

services:
cli-proxy-api:
image: "eceasy/cli-proxy-api:v7.2.130"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
environment:
- DEPLOY=${DEPLOY:-}
ports:
- "${PANEL_APP_PORT_HTTP}:8317"
- "${PANEL_APP_PORT_8085}:8085"
- "${PANEL_APP_PORT_1455}:1455"
- "${PANEL_APP_PORT_54545}:54545"
- "${PANEL_APP_PORT_51121}:51121"
- "${PANEL_APP_PORT_11451}:11451"
volumes:
- "./data/config.yaml:/CLIProxyAPI/config.yaml"
- "./data/auths:/root/.cli-proxy-api"
- "./data/logs:/CLIProxyAPI/logs"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true