1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-23 16:20:06 +00:00
parent f291cc3369
commit 163f31c7c5
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
beszel-agent:
image: "henrygd/beszel-agent:0.10.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"