feat: add app Higress

This commit is contained in:
arch3rPro
2025-08-09 18:29:44 +08:00
parent 874e45c05c
commit bb4046b9d8
7 changed files with 181 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
higress:
image: 'higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one:latest'
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- '${PANEL_APP_PORT_HTTPS}:8443'
- '${PANEL_APP_PORT_HTTP}:8080'
- '${PANEL_APP_PORT_ADMIN}:8001'
volumes:
- 'higress_data:/data'
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
volumes:
higress_data: