mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-03 12:42:10 +08:00
feat: add app Higress
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user