1
0

feat:添加beszel-agent到列表

This commit is contained in:
okxlin
2024-12-12 08:42:42 +08:00
parent f959a148e5
commit ac3ffa33f1
9 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
beszel-agent:
image: "henrygd/beszel-agent:latest"
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ${DOCKER_SOCK_PATH}:/var/run/docker.sock
environment:
- PORT=${PANEL_APP_PORT_HTTP}
- KEY=${KEY}
labels:
createdBy: "Apps"