feat: update trae-proxy 1.0.0

This commit is contained in:
arch3rPro
2025-12-05 13:16:07 +08:00
parent 3a7e810cde
commit fe501f91c2
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
trae-proxy:
image: vuldocker/trae-proxy:1.0.0
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