feat: add app Beszel-Agent

This commit is contained in:
arch3rPro
2025-08-27 17:38:54 +00:00
parent 3f3eff929a
commit b45696c83d
15 changed files with 187 additions and 0 deletions
@@ -0,0 +1,13 @@
services:
beszel-agent:
image: henrygd/beszel-agent:0.12.4
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"