feat(glance-agent): 添加对官方agent的支持并更新文档

添加官方glance-agent的0.1.0和latest版本配置
保留原有custom版本配置
更新README说明版本差异和配置方法
This commit is contained in:
arch3rPro
2025-12-14 16:29:52 +08:00
parent 10d5179914
commit e021bdcf9e
7 changed files with 127 additions and 26 deletions

View File

@@ -0,0 +1,17 @@
services:
glance-agent:
container_name: ${CONTAINER_NAME}
image: glanceapp/agent:v0.1.0
environment:
TOKEN: ${AGENT_TOKEN}
volumes:
- /storage:/storage:ro
ports:
- ${AGENT_PORT}:27973
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true