mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
23 lines
553 B
YAML
23 lines
553 B
YAML
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:
|