mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat(glance-agent): 添加对官方agent的支持并更新文档
添加官方glance-agent的0.1.0和latest版本配置 保留原有custom版本配置 更新README说明版本差异和配置方法
This commit is contained in:
18
apps/glance-agent/custom/docker-compose.yml
Normal file
18
apps/glance-agent/custom/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
agent-image:
|
||||
image: vuldocker/glance-agent:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8000
|
||||
volumes:
|
||||
- /etc/hostname:/host/etc/hostname:ro
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user