mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-16 01:07:11 +08:00
feat: Add app cliproxyapi and tailscale-Derp
This commit is contained in:
26
apps/cliproxyapi-plus/latest/docker-compose.yml
Normal file
26
apps/cliproxyapi-plus/latest/docker-compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
cliproxyapi-plus:
|
||||
image: eceasy/cli-proxy-api-plus:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_8317}: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
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user