mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-16 17:27:11 +08:00
feat: update beszel-agent 0.15.2
This commit is contained in:
13
apps/beszel-agent/0.15.2/docker-compose.yml
Normal file
13
apps/beszel-agent/0.15.2/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
beszel-agent:
|
||||
image: henrygd/beszel-agent:0.15.2
|
||||
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
|
||||
Reference in New Issue
Block a user