Files
Arch1Panel/apps/trae-proxy/1.0.0/docker-compose.yml
2025-12-05 13:16:07 +08:00

18 lines
370 B
YAML

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