mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update trae-proxy 1.0.0
This commit is contained in:
18
apps/trae-proxy/1.0.0/docker-compose.yml
Normal file
18
apps/trae-proxy/1.0.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user