feat: add app trae-proxy

This commit is contained in:
arch3rPro
2025-09-17 22:30:27 +08:00
parent 616a8f1259
commit 5c4fa38f74
7 changed files with 538 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
trae-proxy:
image: vuldocker/trae-proxy:latest
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- ./ca:/app/ca
- ./config.yaml:/app/config.yaml
restart: unless-stopped
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true